Skip to content

Commit 274274a

Browse files
authored
chore: Simplified the Pull Request template (#113)
1 parent e2c005c commit 274274a

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## Description
1+
## Summary
22

33
<!-- Please include a summary of the change and which issue is fixed. -->
44

5-
Fixes # <!-- add issue number -->
6-
7-
### Type of change
5+
## Type of change
86

97
<!-- Please delete options that are not relevant. -->
108

@@ -15,19 +13,7 @@ Fixes # <!-- add issue number -->
1513

1614
## How Has This Been Tested?
1715

18-
<!-- If you have changed a feature of the stats cards, please describe the tests you made to verify your changes. -->
16+
<!-- If you have changed or added a feature, please describe the tests you made to verify your changes. -->
1917

2018
- [ ] Ran tests with `composer test`
2119
- [ ] Added or updated test cases to test new features
22-
23-
## Checklist:
24-
25-
- [ ] I have checked to make sure no other pull requests are open for this issue
26-
- [ ] The code is properly formatted and is consistent with the existing code style
27-
- [ ] I have commented my code, particularly in hard-to-understand areas
28-
- [ ] I have made corresponding changes to the documentation
29-
- [ ] My changes generate no new warnings
30-
31-
## Screenshots
32-
33-
<!-- If you have updated the design or appearance, please include a screenshot of your changes. -->

0 commit comments

Comments
 (0)