File tree 1 file changed +6
-22
lines changed
1 file changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -3,43 +3,27 @@ Thanks for sending a pull request!
3
3
Please fill in the following content to let us know better about this change.
4
4
-->
5
5
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
-
17
6
## Description
18
-
19
7
<!-- Describe what the change is -->
20
8
9
+
21
10
## Checklist
22
11
23
12
- [ ] Add test cases to all the changes you introduce
24
13
- [ ] Run ` ./script/format ` and ` ./script/test ` locally to ensure this change passes linter check and test
25
14
- [ ] Test the changes on the local machine manually
26
15
- [ ] Update the documentation for the changes
27
16
28
- ## Steps to Test This Pull Request
17
+ ## Expected behavior
18
+ <!-- A clear and concise description of what you expected to happen -->
29
19
20
+
21
+ ## Steps to Test This Pull Request
30
22
<!-- Steps to reproduce the behavior:
31
23
1. ...
32
24
2. ...
33
25
3. ... -->
34
26
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. -->
42
27
43
28
## 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. -->
You can’t perform that action at this time.
0 commit comments