Skip to content

Commit bb23a46

Browse files
authored
Add a pull request template
This pull request template was mainly added so that the second bullet point in [this PR comment](python-discord/api#17 (comment)) can be addressed.
1 parent 3b78d9a commit bb23a46

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)