aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorSchuyler Eldridge2019-10-21 23:46:16 -0400
committerSchuyler Eldridge2019-11-06 13:01:51 -0500
commit29bec1ab153d9c5f16a96bdccc0355c44babc9c2 (patch)
tree0e052a8812da83bc7f1aa40658c07b05daf98a3e /.github/PULL_REQUEST_TEMPLATE.md
parent5f59427f13b06ad2ad01e4b9b35a7c210f21a5f2 (diff)
Add separate Issue and PR templates
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..9c462b3e
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,33 @@
+### Checklist
+
+- [ ] Did you specify the type of improvement?
+- [ ] Did you state the API impact?
+- [ ] Did you specify the code generation impact?
+- [ ] Did you request a desired merge strategy?
+
+### Type of Improvement
+
+<!-- Choose one or more from the following: -->
+<!-- - bug fix -->
+<!-- - performance improvement -->
+<!-- - documentation -->
+<!-- - code refactoring -->
+<!-- - code cleanup -->
+<!-- - backend code generation -->
+<!-- - new feature/API -->
+
+### API Impact
+
+<!-- How would this affect the current API? Does this add, extend, deprecate, remove, or break any existing API? -->
+
+### Backend Code Generation Impact
+
+<!-- Does this change any generated Verilog? -->
+<!-- How does it change it or in what circumstances would it? -->
+
+### 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. -->