diff options
| author | Adam Izraelevitz | 2017-12-18 20:14:23 -0800 |
|---|---|---|
| committer | Jack Koenig | 2017-12-18 20:14:23 -0800 |
| commit | e65ae599ad0384a8d9164e3637600beecb9f7b63 (patch) | |
| tree | e88241204ea12b47abf75647eed7f5de73775873 /.github | |
| parent | 8ab501e7527139a4ee8d0b38f9b4384551387043 (diff) | |
Create ISSUE_TEMPLATE.md (#699)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a796eb4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +This repository's issues are reserved for feature requests and bug reports. + +* **Type of issue** + - [ ] Bug report + - [ ] Feature request + - [ ] Other enhancement + +* **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: `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) |
