Skip to content

Commit c63935e

Browse files
committed
Create pull_request_template.md
1 parent 55e6896 commit c63935e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*Descriptive Summary of your Bugfix, Feature, or Refactoring.*
2+
3+
## List of Added or Changed Components
4+
- feature a added to module bar
5+
- bug b fixed in foo.rs
6+
7+
## Open Questions
8+
- [ ] should I go with solution A or B?
9+
10+
## Checklist
11+
- [ ] sensible git history (we are not too strict, but multiple "typo" or "fix" commits are not okay)
12+
- [ ] final rebase onto main before merging (if sensible)
13+
- [ ] updated the changelog (if necessary)

0 commit comments

Comments
 (0)