aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_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/ISSUE_TEMPLATE.md
parent5f59427f13b06ad2ad01e4b9b35a7c210f21a5f2 (diff)
Add separate Issue and PR templates
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 8360e59e..00000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--
-This repository's issues are reserved for feature requests and bug reports.
-Please select the item best describing the issue in each category and delete the other items.
--->
-<!-- choose all that apply -->
-**Type of issue**: bug report | feature request | other enhancement
-
-**If the current behavior is a bug, please provide the steps to reproduce the problem:**
- * **If possible, please directly provide the FIRRTL file or a relevant fragment if the file is large**
- * **What is the current behavior?**
- * **What is the expected behavior?**
- * **Please tell us about your environment:**
- (examples)
- - version: `3.0-SNAPSHOT`
- - OS: `Linux knight 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux`
- - verilator version (if relevant)
-
-**What is the use case for changing the behavior?**
-
-**Impact**: no functional change | API addition (no impact on existing code) | API modification | unknown
-
-**Development Phase**: request | proposal
-
-**Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. Stack Overflow, gitter, etc)