Skip to content

Commit 602d70e

Browse files
committed
github: Add pull request template
1 parent 492d39f commit 602d70e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--- Provide a summary of your changes in the Pull Request Title above. -->
2+
<!--- If this is a work in progress (not yet ready to be merged), make this a draft pull request. -->
3+
4+
## Motivation and Context
5+
6+
<!--- Why is this pull request required? What problem does it solve? -->
7+
<!--- If it fixes an open issue, please link to the issue here: -->
8+
<!--- https://docs.github.com/en/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword -->
9+
10+
## Your Changes
11+
12+
<!--- Describe your changes here. -->
13+
**Description**:
14+
15+
**Type of change** (select all that apply):
16+
<!--- Put an `x` in all the boxes that apply. -->
17+
<!--- Remove any lines that do not apply. -->
18+
19+
- [ ] Bug fix (non-breaking change which fixes an issue)
20+
- [ ] New feature (non-breaking change which adds functionality)
21+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
22+
- [ ] Refactoring (internal change to codebase, without changing functionality)
23+
- [ ] Test update (change that modifies or updates tests only)
24+
- [ ] Documentation update (change that modifies or updates documentation only)
25+
- [ ] Other (please specify):
26+
27+
## Testing
28+
29+
<!--- Please describe in detail how you tested this pull request. -->
30+
<!--- This can include tests you added and manual testing in the web browser. -->
31+
32+
## Questions and Comments (if applicable)
33+
34+
<!-- Ask any questions you have for the maintainers of this project regarding this PR. -->
35+
<!-- Please describe the steps you have already taken to find the answer to your question. -->
36+
<!-- This will ensure that we can give you clear and relevant advice. -->
37+
<!-- If you have additional comments add them here as well. -->
38+
39+
## Checklist
40+
41+
- [ ] I have performed a self-review of my own code.
42+
- [ ] I have verified that the CircleCI tests have
43+
passed. <!-- (check after opening pull request) -->
44+
- [ ] I have added tests for my changes. <!-- (delete this checklist item if not applicable) -->

0 commit comments

Comments
 (0)