File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Summary
2
+ This PR introduces [ brief summary ] in accordance with site#[ issue number ]
3
+
4
+ ## Description of changes
5
+ - ` foo ` was refactored to ` bar `
6
+ - The baz feature was implemented
7
+ - ...
8
+
9
+ ### I confirm I have:
10
+ - [ ] Joined the [ Python Discord community] ( discord.gg/python )
11
+ - [ ] Read the [ Code of Conduct] ( https://www.pydis.com/pages/code-of-conduct ) and agree to it
12
+ - [ ] I have discussed implementing this feature on the relevant service (Discord, GitHub, etc.)
13
+
14
+ ### If I have changed any models (edited files under the ` site/apps/api/models ` directory), I ensure I have:
15
+ - [ ] Opened a PR updating the model on the [ API GitHub Repository] ( https://github.com/python-discord/api )
16
+
17
+ ** OR**
18
+
19
+ - [ ] Opened an issue on the [ API GitHub Repository] ( https://github.com/python-discord/api ) explaining what changes need to be made
You can’t perform that action at this time.
0 commit comments