Skip to content

Commit 9731b27

Browse files
committed
fix: update PR template
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
1 parent 6b1a87f commit 9731b27

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Please include a summary of the changes. What? has changed and Why?.
1+
Please include a summary of the changes. **What** has changed and **why**?.
22

3-
Fixes link/#issue
3+
Fixes [url OR #issue]
44

55
## Type of change
66

@@ -11,21 +11,3 @@ Please delete irrelevant options.
1111
- [ ] 🚀 New feature (non-breaking change which adds functionality)
1212
- [ ] ⛓️‍💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
1313
- [ ] 📚 Documentation update
14-
15-
## How Has This Been Tested?
16-
17-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
18-
19-
- [ ] Test A
20-
- [ ] Test B
21-
22-
## Checklist
23-
24-
- [ ] My code follows the style guidelines of this project
25-
- [ ] I have performed a self-review of my own code
26-
- [ ] I have commented my code, particularly in hard-to-understand areas
27-
- [ ] I have made corresponding changes to the documentation
28-
- [ ] My changes generate no new warnings
29-
- [ ] I have added tests that prove my fix is effective or that my feature works
30-
- [ ] New and existing unit tests pass in CI with my changes
31-
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)