Add Issue/PR Template based off of Chisel/FIRRTL (#1502)

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
This commit is contained in:
Schuyler Eldridge 2018-08-23 19:10:50 -04:00 committed by Andrew Waterman
parent a34826fad2
commit 762b85543a
2 changed files with 47 additions and 0 deletions

29
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,29 @@
<!-- THIS REPOSITORY'S ISSUES ARE RESERVED FOR FEATURE REQUESTS AND BUG REPORTS. -->
<!-- For support questions related to Rocket Chip, please use [Stack Overflow [rocket-chip]](https://stackoverflow.com/questions/tagged/rocket-chip). -->
<!-- For support questions related to Chisel, please use [Stack Overflow [chisel]](https://stackoverflow.com/questions/tagged/chisel). -->
<!-- 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
<!-- choose one -->
**Impact**: no functional change | API addition (no impact on existing code) | API modification | unknown
<!-- choose one -->
**Development Phase**: request | proposal
**Other information**
<!-- include detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. Stack Overflow, gitter, etc -->
**If the current behavior is a bug, please provide the steps to reproduce the problem:**
**What is the current behavior?**
**What is the expected behavior?**
**Please tell us about your environment:**
<!-- (examples)
- version: `git commit hash`
- 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`
-->
**What is the use case for changing the behavior?**

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,18 @@
<!--
Please select the item best describing the pull request in each category and delete the other items.
-->
**Related issue**: <!-- if applicable -->
<!-- choose one -->
**Type of change**: bug report | feature request | other enhancement
<!-- choose one -->
**Impact**: no functional change | API addition (no impact on existing code) | API modification
<!-- choose one -->
**Development Phase**: proposal | implementation
**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.
-->