Skip to content

Commit 3e28ec0

Browse files
committed
add markdown version of the PR template
1 parent b2b0fc8 commit 3e28ec0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Description
2+
3+
<!-- Please include a clear and concise description of the changes and the related issue: Fixes # (issue) -->
4+
5+
## Type of Change
6+
7+
- [ ] Bug fix
8+
- [ ] New feature
9+
- [ ] Breaking change
10+
- [ ] Documentation update
11+
- [ ] Refactor
12+
- [ ] Test improvement
13+
14+
## Checklist
15+
16+
- [ ] Code follows style guidelines
17+
- [ ] Self-reviewed
18+
- [ ] Commented code
19+
- [ ] Docs updated
20+
- [ ] No new warnings
21+
- [ ] Tests added
22+
- [ ] All tests pass
23+
24+
## Additional Context
25+
26+
<!-- Add any other context or screenshots here. -->

0 commit comments

Comments
 (0)