diff options
author | 2021-10-07 22:27:25 +0100 | |
---|---|---|
committer | 2021-10-07 22:27:25 +0100 | |
commit | 5985beb7b9b04c455c4eaa9d59bf889eb71bd73a (patch) | |
tree | caac327d3b1d7abb2c2200f86c548022f6d7d520 | |
parent | Merge pull request #604 from python-discord/jb3/add-site-local-svc (diff) | |
parent | fix: clarify descirption of changes section (diff) |
Merge pull request #606 from doublevcodes/patch-1
Add a pull request template
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 00000000..358d2553 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,22 @@ +## Summary +<!-- Please provide a brief description of this PR along with the related issue it fixes --> + + +## Description of changes +<!-- Describe what changes you've made, and how you implemented them --> + + +### I confirm I have: +<!-- Replace [ ] below with [X] to check the boxes --> +- [ ] Joined the [Python Discord community](discord.gg/python) +- [ ] Read the [Code of Conduct](https://www.pydis.com/pages/code-of-conduct) and agree to it +- [ ] I have discussed implementing this feature on the relevant service (Discord, GitHub, etc.) + + +### I have changed API models and I ensure I have: +<!-- Please remove this section if you haven't edited files under pydis_site/apps/api/models --> +- [ ] Opened a PR updating the model on the [API GitHub Repository](https://github.com/python-discord/api) + +**OR** + +- [ ] Opened an issue on the [API GitHub Repository](https://github.com/python-discord/api) explaining what changes need to be made |