Skip to content

Commit

Permalink
added Community Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
markur4 committed Feb 15, 2024
1 parent 42c4e9f commit e40558f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,3 +854,20 @@ plt.savefig("example.png", dpi=200, bbox_inches="tight")
`pytest ./tests -cov--cov-report=html` and open
`./htmlcov/index.html` with your browser.


## 🤝 Community Guidelines
When interacting with the community, you must adhere to the [Code of Conduct](https://github.com/markur4/plotastic/blob/main/CODE_OF_CONDUCT.md)

### Contribute
I am grateful for [pull
requests](https://github.com/markur4/plotastic/pulls)!
- Make sure to understand the code (e.g. see Class diagram in this Readme)
- Run tests before submitting a pull request

### Reporting Issues & Problems
If you need help, please open an [issue](https://github.com/markur4/plotastic/issues) on this repository.
- Please provide a minimal example to reproduce the problem.

### Support
If you need help, please open an
[issue](https://github.com/markur4/plotastic/issues) on this repository.

0 comments on commit e40558f

Please sign in to comment.