Skip to content

Commit 7374a89

Browse files
committed
[HOTFIX] Modify pull request template
1 parent 45e84e5 commit 7374a89

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
Be sure to do all of the following checklist to help us incorporate
2-
your contribution quickly and easily:
3-
4-
- [ ] Any interfaces changed?
1+
### Why is this PR needed?
52

6-
- [ ] Any backward compatibility impacted?
73

8-
- [ ] Document update required?
4+
### What changes were proposed in this PR?
5+
6+
7+
### Does this PR introduce any user interface change?
8+
- No
9+
- Yes. (please explain the change and update document)
910

10-
- [ ] Testing done
11-
Please provide details on
12-
- Whether new unit test cases have been added or why no new tests are required?
13-
- How it is tested? Please attach test report.
14-
- Is it a performance related change? Please attach the performance test report.
15-
- Any additional information to help reviewers in testing this change.
16-
17-
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
11+
### Is any new testcase added?
12+
- No
13+
- Yes
1814

15+

0 commit comments

Comments
 (0)