Skip to content

Commit 6f6e309

Browse files
committed
chore(github): simplify PR template (#991)
1 parent 42a700a commit 6f6e309

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<!--
44
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
5-
6-
e.g. Fixes #(issue)
75
-->
86

97
## Type of change
@@ -13,9 +11,14 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
1311
-->
1412
- [ ] Bug fix (non-breaking change which fixes an issue)
1513
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Improvement (refactoring and improving code)
1615
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1716
- [ ] Documentation update
1817

18+
## Additional context
19+
20+
<!-- e.g. Fixes #(issue) -->
21+
1922
## How has this been tested
2023

2124
<!--
@@ -24,11 +27,3 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2427

2528
- [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed
2629
- [ ] I have tested this feature in the browser
27-
28-
### Test Configuration
29-
30-
- Browser type & version:
31-
- Operating system:
32-
- Ruby version: <!-- by running: `ruby -v` -->
33-
- Bundler version: <!-- by running: `bundle -v`-->
34-
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->

0 commit comments

Comments
 (0)