Skip to content

Commit 0f6a096

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent eea1552 commit 0f6a096

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,22 @@
66

77
## Related Issue
88
<!--- This project only accepts pull requests related to open issues -->
9-
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
10-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
11-
<!--- Please link to the issue here: -->
129

1310
## Motivation and Context
1411
<!--- Why is this change required? What problem does it solve? -->
1512

1613
## How Has This Been Tested?
1714
<!--- Please describe in detail how you tested your changes. -->
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):
2215

2316
## Types of changes
2417
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
2518
- [ ] Bug fix (non-breaking change which fixes an issue)
2619
- [ ] New feature (non-breaking change which adds functionality)
27-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
2820

2921
## Checklist:
3022
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
3123
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
32-
- [ ] My code follows the code style of this project.
33-
- [ ] My change requires a change to the documentation.
24+
- [ ] I have updated the Version number of any scripts modified.
3425
- [ ] I have updated the documentation accordingly.
3526
- [ ] I have read the [**CONTRIBUTING**](../CONTRIBUTING.md) document.
3627
- [ ] I have added tests to cover my changes.

0 commit comments

Comments
 (0)