From 32c20eb9822585a5401e00701daa22d3df1846d5 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:40:47 +0100 Subject: [PATCH] Code of Conduct * Added CODE_OF_CONDUCT.md * Linked it in README.rst * Fixed typo in CONTRIBUTING.md --- docs/CODE_OF_CONDUCT.md | 16 ++++++++++++++++ docs/CONTRIBUTING.md | 2 +- docs/README.rst | 12 ++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/CODE_OF_CONDUCT.md diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..ea5ba91 --- /dev/null +++ b/docs/CODE_OF_CONDUCT.md @@ -0,0 +1,16 @@ +# Code of Conduct + +Everyone interacting in this project is expected to follow the [PSF Code of +Conduct]. This includes all infrastructure used in the development, such as +codebases, issue trackers, chat rooms, and mailing lists. + +In general, this means that everyone is expected to be **open**, +**considerate**, and **respectful** of others no matter what their position is +within the project. + + +## Reporting + +All incidents should be reported by emailing github@tambora.ch. + +[PSF Code of Conduct]: https://www.python.org/psf/conduct/ diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 3e6bfb3..ad5b692 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,6 +1,6 @@ # How to contribute -Thank for considering a contribution to threadlib! Any help is greatly +Thank you for considering a contribution to threadlib! Any help is greatly appreciated. diff --git a/docs/README.rst b/docs/README.rst index 60dc9ad..3531ba9 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -203,6 +203,18 @@ use and like threadlib, would you consider giving it a Github Star? (The button is at the top of this website.) +Contributing +=========================== + +Did you find a bug and would like to report it? Or maybe you've fixed it +already or want to help fixing it? That's great! Please read +[CONTRIBUTING](./CONTRIBUTING.md) to learn how to proceed. + +To help ascertain that contributing to this project is a pleasant experience, +we have established a [code of conduct](./CODE_OF_CONDUCT.md). You can expect +everyone to adhere to it, just make sure you do as well. + + Change Log ===========================