Skip to content

Commit c880794

Browse files
Excavator: Ensure consistent PULL_REQUEST_TEMPLATE.md (#480)
1 parent 4c422d7 commit c880794

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Before this PR
2+
<!-- What's wrong with the current state of the world and why change it now? -->
3+
4+
## After this PR
5+
<!-- User-facing outcomes this PR delivers go below -->
6+
==COMMIT_MSG==
7+
==COMMIT_MSG==
8+
9+
## Possible downsides?
10+
<!-- Please describe any way users could be negatively affected by this PR. -->
11+

0 commit comments

Comments
 (0)