File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ This PR introduces [ brief summary ] in accordance with site#[ issue number ]
6
6
- The baz feature was implemented
7
7
- ...
8
8
9
+ <!-- For your PR to be accepted, these must all be completed -->
10
+
9
11
### I confirm I have:
10
12
- [ ] Joined the [ Python Discord community] ( discord.gg/python )
11
13
- [ ] Read the [ Code of Conduct] ( https://www.pydis.com/pages/code-of-conduct ) and agree to it
12
14
- [ ] I have discussed implementing this feature on the relevant service (Discord, GitHub, etc.)
13
15
14
- ### If I have changed any models (edited files under the ` site/apps/api/models ` directory), I ensure I have:
16
+ <!-- Please remove the below section if you haven't edited files under pydis_site/apps/api/models -->
17
+
18
+ ### I have changed API models and I ensure I have:
15
19
- [ ] Opened a PR updating the model on the [ API GitHub Repository] ( https://github.com/python-discord/api )
16
20
17
21
** OR**
You can’t perform that action at this time.
0 commit comments