Skip to content

Commit c7f80ee

Browse files
woileLee-W
authored andcommitted
docs: simplify pull request template
1 parent d6e6eb5 commit c7f80ee

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

.github/pull_request_template.md

+6-22
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,27 @@ Thanks for sending a pull request!
33
Please fill in the following content to let us know better about this change.
44
-->
55

6-
## Types of changes
7-
8-
<!-- Please put an `x` in the box that applies -->
9-
10-
- [ ] **Bug fix**
11-
- [ ] **New feature**
12-
- [ ] **Refactoring**
13-
- [ ] **Breaking change** (any change that would cause existing functionality to not work as expected)
14-
- [ ] **Documentation update**
15-
- [ ] **Other (please describe)**
16-
176
## Description
18-
197
<!-- Describe what the change is -->
208

9+
2110
## Checklist
2211

2312
- [ ] Add test cases to all the changes you introduce
2413
- [ ] Run `./script/format` and `./script/test` locally to ensure this change passes linter check and test
2514
- [ ] Test the changes on the local machine manually
2615
- [ ] Update the documentation for the changes
2716

28-
## Steps to Test This Pull Request
17+
## Expected behavior
18+
<!-- A clear and concise description of what you expected to happen -->
2919

20+
21+
## Steps to Test This Pull Request
3022
<!-- Steps to reproduce the behavior:
3123
1. ...
3224
2. ...
3325
3. ... -->
3426

35-
## Expected behavior
36-
37-
<!-- A clear and concise description of what you expected to happen -->
38-
39-
## Related Issue
40-
41-
<!-- If applicable, reference to the issue related to this pull request. -->
4227

4328
## Additional context
44-
45-
<!-- Add any other context or screenshots about the pull request here. -->
29+
<!-- Add any other RELATED ISSUE, context or screenshots about the pull request here. -->

0 commit comments

Comments
 (0)