From e40558f58a615f1dfa6c3cf4a1bae5234384cadd Mon Sep 17 00:00:00 2001 From: markur <98951648+markur4@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:24:11 +0100 Subject: [PATCH] added Community Guidelines --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6f88fcf..df3ef9b 100644 --- a/README.md +++ b/README.md @@ -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.