|
1 | | -## Related Issue |
| 1 | +(Thanks for sending a pull request! Please fill in the following content to let us know better about this change.) |
2 | 2 |
|
3 | | -## Detail |
| 3 | +## Types of changes |
| 4 | +Please put an `x` in the box that applies |
4 | 5 |
|
5 | | -## Checklist: |
| 6 | +- [ ] **Bugfix** |
| 7 | +- [ ] **New feature** |
| 8 | +- [ ] **Refactoring** |
| 9 | +- [ ] **Breaking change** (any change that would cause existing functionality to not work as expected) |
| 10 | +- [ ] **Documentation Update** |
| 11 | +- [ ] **Other (please describe)** |
| 12 | + |
| 13 | +## Description |
| 14 | +**Describe what the change is** |
6 | 15 |
|
7 | | -- [ ] Run "./script/lint" and "./script/test" locally to ensure this change passes linter check and test |
8 | | -- [ ] Add test cases to all the changes |
| 16 | +## Checklist: |
| 17 | +- [ ] Add test cases to all the changes you introduce |
| 18 | +- [ ] Run `./script/lint` and `./script/test` locally to ensure this change passes linter check and test |
9 | 19 | - [ ] Test the changes on the local machine manually
|
10 | 20 | - [ ] Update the documentation for the changes
|
| 21 | + |
| 22 | +## Steps to Test This Pull Request |
| 23 | +Steps to reproduce the behavior: |
| 24 | +1. ... |
| 25 | +2. ... |
| 26 | +3. ... |
| 27 | + |
| 28 | +## Expected behavior |
| 29 | +A clear and concise description of what you expected to happen |
| 30 | + |
| 31 | +## Related Issue |
| 32 | +If applicable, refernce to the issue related to this pull request. |
| 33 | + |
| 34 | +## Additional context |
| 35 | +Add any other context or screenshots about the pull request here. |
0 commit comments