aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/pull_request.md
blob: 358d2553ea8452871a3feeff6f0d5e642ae6c7ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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