Skip to content

Commit 72fc2bd

Browse files
authored
Merge pull request #570 from cmu-delphi/sgratzl/prtemplate
chore: add PR template
2 parents 41809a3 + 64d52b1 commit 72fc2bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
closes <!--list issues closed by this PR -->
2+
3+
**Prerequisites**:
4+
5+
- [ ] Unless it is a documentation hotfix it should be merged against the `dev` branch
6+
- [ ] Branch is up-to-date with the branch to be merged with, i.e. `dev`
7+
- [ ] Build is successful
8+
- [ ] Code is cleaned up and formatted
9+
10+
### Summary
11+
12+
<!--
13+
describe what this PR changes
14+
-->

0 commit comments

Comments
 (0)