Skip to content

Commit 26b953a

Browse files
authored
Merge branch 'master' into development
2 parents 9307d76 + 99ac3e5 commit 26b953a

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,24 @@
33

44
## Description
55
<!--- Describe your changes in detail -->
6-
7-
## Related Issue
8-
<!--- 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: -->
12-
13-
## Motivation and Context
146
<!--- Why is this change required? What problem does it solve? -->
157

8+
<!--- Associated issue number -->
9+
**Issue:**
10+
1611
## How Has This Been Tested?
1712
<!--- 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):
2213

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

2919
## Checklist:
3020
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
3121
<!--- 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.
22+
- [ ] I have updated the Version number of any scripts modified.
3423
- [ ] I have updated the documentation accordingly.
35-
- [ ] I have read the [**CONTRIBUTING**](../CONTRIBUTING.md) document.
24+
- [ ] I have read the [**CONTRIBUTING**](../.github/CONTRIBUTING.md) document.
3625
- [ ] I have added tests to cover my changes.
3726
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)