Skip to content

Commit 171ee64

Browse files
added pr template
1 parent 9146c97 commit 171ee64

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pull_request_template.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
<!--- Please delete options that are not relevant. -->
3+
4+
# Description
5+
<!--- Describe your changes in detail. Please also include relevant motivation and context. -->
6+
7+
## Types of changes
8+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
9+
- [ ] Bug fix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Refactor (code change that neither fixes a bug nor adds a feature)
13+
- [ ] Hot fix (patch that fixes a bug in production)
14+
15+
## How has this been tested? (optional)
16+
<!--- Please describe the tests that you ran (automated or manual) to verify your changes.-->
17+
<!--- Provide instructions or any relevant details for your test configuration -->
18+
19+
## Screenshots (if appropriate):
20+
21+
## Checklist:
22+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
23+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
24+
- [ ] My code follows the code style of this project.
25+
- [ ] I have performed a self-review of my code
26+
- [ ] I have added tests to cover my changes.
27+
- [ ] I ran CI Tests and Unit tests locally prior to submission.
28+
- [ ] I have updated the documentation accordingly to my changes.

0 commit comments

Comments
 (0)