Skip to content

Commit 1bb70f3

Browse files
authored
chore: Replace examples with comments
1 parent 3d97138 commit 1bb70f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
## Summary
2-
This PR introduces [ brief summary ] in accordance with site#[ issue number ]
2+
<!-- Please provide a brief description of this PR along with the related issue it fixes -->
3+
34

45
## Description of changes
5-
- `foo` was refactored to `bar`
6-
- The baz feature was implemented
7-
- ...
6+
<!-- This should look like a condensed down version of your commit history -->
87

9-
<!-- For your PR to be accepted, these must all be completed -->
108

119
### I confirm I have:
10+
<!-- Replace [ ] below with [X] to check the boxes -->
1211
- [ ] Joined the [Python Discord community](discord.gg/python)
1312
- [ ] Read the [Code of Conduct](https://www.pydis.com/pages/code-of-conduct) and agree to it
1413
- [ ] I have discussed implementing this feature on the relevant service (Discord, GitHub, etc.)
1514

16-
<!-- Please remove the below section if you haven't edited files under pydis_site/apps/api/models -->
1715

1816
### I have changed API models and I ensure I have:
17+
<!-- Please remove this section if you haven't edited files under pydis_site/apps/api/models -->
1918
- [ ] Opened a PR updating the model on the [API GitHub Repository](https://github.com/python-discord/api)
2019

2120
**OR**

0 commit comments

Comments
 (0)