chore(github): simplify PR template (#991)

This commit is contained in:
Cotes 2023-04-17 02:09:14 +08:00 committed by Cotes Chung
parent 42a700aa37
commit 6f6e309741
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 5 additions and 10 deletions

View File

@ -2,8 +2,6 @@
<!-- <!--
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. 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.
e.g. Fixes #(issue)
--> -->
## Type of change ## Type of change
@ -13,9 +11,14 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
--> -->
- [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality) - [ ] New feature (non-breaking change which adds functionality)
- [ ] Improvement (refactoring and improving code)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update - [ ] Documentation update
## Additional context
<!-- e.g. Fixes #(issue) -->
## How has this been tested ## How has this been tested
<!-- <!--
@ -24,11 +27,3 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed - [ ] I have run `bash ./tools/test` (at the root of the project) locally and passed
- [ ] I have tested this feature in the browser - [ ] I have tested this feature in the browser
### Test Configuration
- Browser type & version:
- Operating system:
- Ruby version: <!-- by running: `ruby -v` -->
- Bundler version: <!-- by running: `bundle -v`-->
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->