Skip to content

Commit 379b8c0

Browse files
Excavator: Ensure consistent PULL_REQUEST_TEMPLATE.md
1 parent d8783f0 commit 379b8c0

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## What happened?
2+
3+
<!--
4+
Describe what you've observed and why it's bad (please include whatever stacktraces/version numbers you can).
5+
Clear steps to reproduce the behaviour are always helpful too!
6+
-->
7+
8+
## What did you want to happen?
9+
10+
<!--
11+
Suggest better behaviour
12+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
#### Fixes #0000
1+
## Before this PR
2+
<!-- What's wrong with the current state of the world and why change it now? -->
23

3-
#### Checklist
4+
## After this PR
5+
<!-- User-facing outcomes this PR delivers go below -->
6+
==COMMIT_MSG==
7+
==COMMIT_MSG==
48

5-
- [ ] Includes tests
6-
- [ ] Update documentation
9+
## Possible downsides?
10+
<!-- Please describe any way users could be negatively affected by this PR. -->
711

8-
<!-- DO NOT enable CircleCI for your fork. Our build will run when you open this PR. -->
9-
10-
#### Changes proposed in this pull request:
11-
12-
<!-- Fill this out. -->
13-
14-
#### Reviewers should focus on:
15-
16-
<!-- Fill this out. -->
17-
18-
#### Screenshot
19-
20-
<!-- Include an image of the most relevant user-facing change, if any. -->

0 commit comments

Comments
 (0)