Skip to content

Commit 0f2a78e

Browse files
committed
Create pull_request_template.md
gives a draft PR template for each PR
1 parent f7dddca commit 0f2a78e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ _Please include a summary of the change and which issue is fixed. Please also in
44

55
Fixes # (issue)
66

7+
## Current status
8+
9+
- [ ] Waiting for review
10+
- [ ] Waiting for comment resolution
11+
- [ ] Waiting for merge
12+
- [ ] Draft
13+
- [ ] Trivial PR (nominal cosmetic/typo/whitespace changes)
14+
715
## Type of change
816

917
Please delete options that are not relevant.
@@ -13,6 +21,10 @@ Please delete options that are not relevant.
1321
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
1422
- This change requires a documentation update
1523

24+
## Linked issue(s)
25+
26+
_Mention issues which are affected by / will be solved / dependent on this here_
27+
1628
## How Has This Been Tested?
1729

1830
_Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration_

0 commit comments

Comments
 (0)