aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJim Lawson2020-04-05 12:24:31 -0700
committerGitHub2020-04-05 19:24:31 +0000
commit6aad5d6e91f384caedd194a8378ba0fe71013ff1 (patch)
tree2e715d764c5304e76ea2372e3567e367ac8b6e09 /.github
parent477132be8835568ec78b285a0741c6dc3cd93ede (diff)
Add Release Notes section and check-box for checklist. (#1495)
* Add Release Notes section and check-box for checklist. * moved PR template stuff around Co-authored-by: Adam Izraelevitz <azidar@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 8f747fe9..77abae1d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,8 +8,9 @@
- [ ] Did you state the API impact?
- [ ] Did you specify the code generation impact?
- [ ] Did you request a desired merge strategy?
+- [ ] Did you add text to be included in the Release Notes for this change?
-### Type of Improvement
+#### Type of Improvement
<!-- Choose one or more from the following: -->
<!-- - bug fix -->
@@ -20,24 +21,30 @@
<!-- - backend code generation -->
<!-- - new feature/API -->
-### API Impact
+#### API Impact
<!-- How would this affect the current API? Does this add, extend, deprecate, remove, or break any existing API? -->
-### Backend Code Generation Impact
+#### Backend Code Generation Impact
<!-- Does this change any generated Verilog? -->
<!-- How does it change it or in what circumstances would it? -->
-### Desired Merge Strategy
+#### Desired Merge Strategy
<!-- If approved, how should this PR be merged? -->
<!-- Options are: -->
<!-- - Squash: The PR will be squashed and merged (choose this if you have no preference. -->
<!-- - Rebase: You will rebase the PR onto master and it will be merged with a merge commit. -->
+#### Release Notes
+<!--
+Text from here to the end of the body will be considered for inclusion in the release notes for the version containing this pull request.
+-->
+
### Reviewer Checklist (only modified by reviewer)
- [ ] Did you add the appropriate labels?
- [ ] Did you mark the proper milestone (1.2.x, 1.3.0, 1.4.0) ?
- [ ] Did you review?
+- [ ] Did you check whether all relevant Contributor checkboxes have been checked?
- [ ] Did you mark as `Please Merge`?