Skip to content

Commit 574f1f3

Browse files
authored
Merge pull request #169 from ifd3f/pr-template
Create a PR template
2 parents 17887e1 + ff1cb58 commit 574f1f3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Summary
2+
3+
<!-- Please include:
4+
5+
- relevant motivation and context.
6+
- the related issue, if applicable
7+
- a summary of the changes
8+
- a list of dependency PRs required for this change -->
9+
10+
todo
11+
12+
## Type of change
13+
14+
<!-- Check boxes as applicable. Please add more options if you feel that they are relevant. -->
15+
16+
- [ ] Bug fix
17+
- [ ] Feature
18+
- [ ] Refactor
19+
- [ ] Breaking change
20+
- [ ] This change requires a documentation update
21+
22+
## Test plan
23+
24+
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. If you feel your change is minimal enough or already covered by automated tests, you can simply put "CI". -->
25+
26+
todo

0 commit comments

Comments
 (0)