aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
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. -->