Skip to content

Commit e2c20cf

Browse files
authored
feat(github): add pull request template (#830)
* feat(github): add pull request template * feat(github): rephrase pr template
1 parent ccb7b16 commit e2c20cf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Description, Motivation and Context
2+
3+
Please include a summary of the change or what problem does it solve. Please also include relevant motivation and context.
4+
5+
<!--- If it relates to an open issue, please link to the issue here.
6+
e.g.
7+
Fixes: #414
8+
-->
9+
10+
## Checklist
11+
12+
- [ ] New and existing tests pass locally with the changes.
13+
- [ ] Tests for the changes have been added (for bug fixes / features)
14+
- [ ] The commit message(s) are informative and highlight any breaking changes
15+
16+
## Does this PR introduce a breaking change?
17+
- [ ] Yes
18+
- [ ] No
19+
20+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
21+

0 commit comments

Comments
 (0)