diff options
author | 2021-07-29 23:31:10 -0400 | |
---|---|---|
committer | 2021-07-29 23:31:10 -0400 | |
commit | f7db3f59cb78d8d87cb4dd9a8ac246172bb3fa08 (patch) | |
tree | 72b8ee3fa9c4a8541e4559698f3f5b3e5c0ee282 | |
parent | Merge pull request #790 from python-discord/Remove-user-input-images (diff) |
make user affirm their pr follows guidelines
The contributing guidelines also contain a part which requires contributions to follow the open source license.
This requires the user to agree that they do follow said guidelines.
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ba418166..403438d1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,4 +17,4 @@ Issues can be skipped with explicit core dev approval, but you have to link the - [ ] Join the [**Python Discord Community**](https://discord.gg/python)? - [ ] Read all the comments in this template? - [ ] Ensure there is an issue open, or link relevant discord discussions? -- [ ] Read the [contributing guidelines](https://pythondiscord.com/pages/contributing/contributing-guidelines/)? +- [ ] Read and agree to the [contributing guidelines](https://pythondiscord.com/pages/contributing/contributing-guidelines/)? |