Skip to content

Commit 74432f4

Browse files
committed
core: simplify pull request template
1 parent a487fbf commit 74432f4

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,6 @@
1-
<!--- Provide a general summary of your changes in the Title above -->
2-
31
## Description
2+
<!-- Describe your changes in detail -->
43

5-
Describe your changes in detail.
6-
7-
## Motivation and context
8-
9-
Why is this change required? What problem does it solve?
10-
11-
If it fixes an open issue, please link to the issue here (if you write `fixes #num`
12-
or `closes #num`, the issue will be automatically closed when the pull is accepted.)
13-
14-
## How has this been tested?
15-
16-
Please describe in detail how you tested your changes.
17-
18-
Include details of your testing environment, and the tests you ran to
19-
see how your change affects other areas of the code, etc.
20-
21-
## Screenshots (if appropriate)
22-
23-
## Checklist:
24-
25-
Go over all the following points before making your PR:
26-
27-
- [ ] I have read the **[CONTRIBUTING](CONTRIBUTING.md)** document.
28-
- [ ] My pull request addresses exactly one patch/feature.
29-
- [ ] I have created a branch for this patch/feature.
30-
- [ ] I have added tests to cover my changes.
31-
- [ ] If my change requires a change to the documentation, I have updated it accordingly.
32-
33-
If you're unsure about any of these, don't hesitate to ask. We're here to help!
4+
## Context
5+
<!-- Why is this change required? What problem does it solve? -->
6+
<!-- If it fixes an open issue, please link to the issue here (`fixes #num`) -->

0 commit comments

Comments
 (0)