diff options
author | 2019-04-02 22:18:09 -0400 | |
---|---|---|
committer | 2019-04-02 22:18:09 -0400 | |
commit | 40b71117b915a9c9144bc2c7590a1dc516c2e6ff (patch) | |
tree | 5b28e697a8bdc1a90f1b8b3cf230ad0c929a5078 /CONTRIBUTING.md | |
parent | Update contributor doc (diff) |
just some minor lexical changes
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af82dece..e2e48bd3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Note that contributions may be rejected on the basis of a contributor failing to ## Rules 1. You must be a member of [our Discord community](https://discord.gg/python) in order to contribute to this project. -2. Your pull request must solve an issue created by or approved a staff member or event handler. These will be labeled with the `approved` label. Feel free to suggest issues of your own, which staff can review for approval. +2. Your pull request must solve an issue created or approved by a staff member. These will be labeled with the `approved` label. Feel free to suggest issues of your own, which staff can review for approval. 3. **No force-pushes** or modifying the Git history in any way. 4. If you have direct access to the repository, **create a branch for your changes** and create a pull request for that branch. If not, create a branch on a fork of the repository and create a pull request from there. * It's common practice for a repository to reject direct pushes to `master`, so make branching a habit! |