Skip to content

Commit b367ef0

Browse files
committed
Add PR template
1 parent 40355a8 commit b367ef0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--- Provide a general summary of your changes -->
2+
3+
## Description
4+
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+
## Validation
12+
13+
<!--- Please describe in detail how you tested your changes. -->
14+
<!--- Include details of your testing environment, and the tests you ran to -->
15+
<!--- see how your change affects other areas of the code, etc. -->
16+
17+
## Screenshots (if appropriate)
18+
19+
<!--- supporting screenshots. -->
20+
21+
## Types of changes
22+
23+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
24+
25+
- [ ] Bug fix (non-breaking change which fixes an issue)
26+
- [ ] New feature (non-breaking change which adds functionality)
27+
- [ ] Improvement (non-breaking change which enhances existing functionalities)
28+
- [ ] Breaking change (fix or feature that would cause existing functionality or the API to change)

0 commit comments

Comments
 (0)