diff options
| author | Schuyler Eldridge | 2019-10-21 23:46:16 -0400 |
|---|---|---|
| committer | Schuyler Eldridge | 2019-11-06 13:01:51 -0500 |
| commit | 29bec1ab153d9c5f16a96bdccc0355c44babc9c2 (patch) | |
| tree | 0e052a8812da83bc7f1aa40658c07b05daf98a3e /.github/ISSUE_TEMPLATE/feature-request.md | |
| parent | 5f59427f13b06ad2ad01e4b9b35a7c210f21a5f2 (diff) | |
Add separate Issue and PR templates
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..9f84d41d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,32 @@ +--- +name: Feature Request +about: Request a new feature to be added to FIRRTL +--- + +### Checklist + +- [ ] Did you write out a description of the feature you want to see? +- [ ] Did you look around for any related features? +- [ ] Did you specify relevant external information? + +### Feature Description + +<!-- What type of behavior, API, or feature would you like FIRRTL to have? --> + +### Type of Feature + +<!-- Choose one or more from the following: --> +<!-- - performance improvement --> +<!-- - documentation --> +<!-- - code refactoring --> +<!-- - code cleanup --> +<!-- - backend code generation --> +<!-- - new feature/API --> + +### Related Features + +<!-- Is there anything in the codebase that can do this right now or is substantially related? --> + +### External Information + +<!-- Was this discussed anywhere else, e.g., Twitter, Gitter, StackOverflow? Provide direct links if available! --> |
