Skip to content

Commit 3d97138

Browse files
authored
chore: Add comments to instruct users
1 parent bb23a46 commit 3d97138

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ This PR introduces [ brief summary ] in accordance with site#[ issue number ]
66
- The baz feature was implemented
77
- ...
88

9+
<!-- For your PR to be accepted, these must all be completed -->
10+
911
### I confirm I have:
1012
- [ ] Joined the [Python Discord community](discord.gg/python)
1113
- [ ] Read the [Code of Conduct](https://www.pydis.com/pages/code-of-conduct) and agree to it
1214
- [ ] I have discussed implementing this feature on the relevant service (Discord, GitHub, etc.)
1315

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:
1519
- [ ] Opened a PR updating the model on the [API GitHub Repository](https://github.com/python-discord/api)
1620

1721
**OR**

0 commit comments

Comments
 (0)