diff options
author | 2022-03-11 18:11:57 +0100 | |
---|---|---|
committer | 2022-03-11 18:11:57 +0100 | |
commit | 57ece32fb0effbc5b6f5e6210bc5d1b7786ecc01 (patch) | |
tree | cbdf524ea9a9d995104e3758659245f26a29e39f | |
parent | Add new filter field, and patch the docs in AoC viewsets (diff) | |
parent | Merge pull request #688 from python-discord/joe-said-"we-dont-do-main-pushes-... (diff) |
Merge branch 'main' into pr/aoc
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md index 358d2553..a8bba3e4 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -11,12 +11,3 @@ - [ ] 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 |