Skip to content

Commit 4cbd61e

Browse files
authored
Add Resolves/Closes Keywords and updated PR Template (#357)
* Updated PR_REQUEST_TEMPLATE * moved pull_request_template.md and removed ADR sections
1 parent d6beb38 commit 4cbd61e

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
<!-- In order to keep off topic discussion to a minimum, it helps if the "work to be done" is already agreed on. -->
3+
<!-- Ideally, a GitHub Issue with the label `Status: Consensus` will have been concluded, and linked to in this PR. -->
4+
<!--
5+
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.
6+
-->
7+
8+
**What kind of change does this PR introduce?**
9+
10+
<!-- E.g. a bugfix, feature, refactoring, etc… -->
11+
12+
**Issue Number:**
13+
- Closes #___ <!-- Replace ___ with the issue number this PR resolves -->
14+
- Related to #___ <!-- Use when the PR doesn't completely resolve an issue -->
15+
- Others? <!-- Add any additional notes or references here -->
16+
17+
18+
**Screenshots/videos:**
19+
20+
<!--Add screenshots or videos wherever possible.-->
21+
22+
**If relevant, did you update the documentation?**
23+
24+
<!--Add link to it-->
25+
26+
**Summary**
27+
28+
<!-- Explain the motivation for making this change. What existing problem does the pull request solve? -->
29+
<!-- Try to link to an open issue for more information. -->
30+
31+
**Does this PR introduce a breaking change?**
32+
33+
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->

.github/pull_request_template.md

-13
This file was deleted.

0 commit comments

Comments
 (0)