Skip to content

Commit 4d22035

Browse files
authored
simplify PR template
1 parent 98ea987 commit 4d22035

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

.github/pull_request_template.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
<!--- Provide a general summary of your changes in the Title above -->
1+
<!--- Reminder to change the title 👆 -->
22

3-
## Description
4-
<!--- Describe your changes in detail -->
3+
## Description, Motivation and Context
4+
5+
<!--- For External Contributors -->
6+
> Thanks for opening a PR to our repos! If it is a significant code change, please make sure there is an
7+
> opened issue where we have accepted the idea before filing this PR.
8+
9+
<!--- For All Contributors -->
10+
11+
<!--- What was changed? Is this a bugfix or new feature? Include screenshots if relevant -->
12+
What was changed:
513

6-
## Motivation and Context
714
<!--- Why is this change required? What problem does it solve? -->
8-
<!--- If it fixes an open issue, please link to the issue here. -->
15+
Motivation & Context:
916

10-
> Thanks for opening a PR to our repos! If it is a significant code change, please make sure there is an
11-
> opened issue where we have discussed and accepted the idea before filing this PR.
17+
<!--- If it fixes an open issue, please link to the issue here. -->
18+
Closes issue:
1219

1320
## How has this been tested?
14-
<!--- Please describe in detail how you tested your changes. -->
15-
<!--- Include details of your testing environment, tests ran to see how -->
16-
<!--- your change affects other areas of the code, etc. -->
21+
<!--- Please describe how you tested your changes/how we can test them -->
1722

18-
## Screenshots/Terminal Output (if appropriate):
1923

20-
## Types of changes
21-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
22-
- [ ] Bug fix (non-breaking change which fixes an issue)
23-
- [ ] New feature (non-breaking change which adds functionality)
24-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
2524

2625
## Checklist:
2726
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->

0 commit comments

Comments
 (0)