diff options
author | 2018-10-02 20:11:36 +0200 | |
---|---|---|
committer | 2018-10-02 20:11:36 +0200 | |
commit | 992a1b5cc07f4bd59b2a1a4a29417ee9118abbf4 (patch) | |
tree | 166f86f801c22f7f455f88c5d1ad7f4e2daa2f2b | |
parent | Initial commit (diff) |
Create CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..a35f269b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributors guide + +This project is a community project for the Python Discord community over at https://discord.gg/python. We will be providing support for those of you who are new to Git, and this project is to be considered educational. Server staff and event handlers from the Discord server will, in the spirit of the Hacktoberfest event, be creating issues on this repo which can be solved by members of the community. Pull requests will be reviewed and eventually accepted as long as they follow the rules outlined below. + +# Rules + +* Your pull request must solve an issue created by a staff member or event handler. These will be labeled with the `approved` label. +* Only staff may create issues for you to solve, although you are free to suggest issues of your own, which staff can choose to approve. If your issue is approved, the `approved` label will be applied to the issue. +* Pull requests that do not solve an open issue, for issues that have already been solved, or that are low-effort will be marked with the `invalid` label, which will ensure that they do not count towards your 5 Hacktoberfest PRs. +* You must be a member of our Discord community in order to contribute to this project. + + |