mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-16 20:58:26 +01:00
Code of Conduct
* Added CODE_OF_CONDUCT.md * Linked it in README.rst * Fixed typo in CONTRIBUTING.md
This commit is contained in:
parent
d8257b7da3
commit
32c20eb982
16
docs/CODE_OF_CONDUCT.md
Normal file
16
docs/CODE_OF_CONDUCT.md
Normal file
@ -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/
|
@ -1,6 +1,6 @@
|
|||||||
# How to contribute
|
# 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.
|
appreciated.
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.)
|
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
|
Change Log
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user