diff options
| author | edwardcwang | 2018-06-19 11:06:48 -0700 |
|---|---|---|
| committer | edwardcwang | 2018-06-22 15:02:40 -0700 |
| commit | 991dba31b751f26d05835094ea49eea83f81247e (patch) | |
| tree | feb6555cea846c9284b6c536ab1ca3feaa0ac899 | |
| parent | 0b693e7794f6a36294e5fe6fc2419740088047e1 (diff) | |
Remove checkboxes from issue/pr templates
Match https://github.com/freechipsproject/chisel3/pull/783
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1884a433..8360e59e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,11 @@ +<!-- 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 -* **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 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?** @@ -15,16 +15,10 @@ This repository's issues are reserved for feature requests and bug reports. - 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?** +**What is the use case for changing the behavior?** -* **Impact** - - [ ] no functional change - - [ ] API addition (no impact on existing code) - - [ ] API modification - - [ ] unknown +**Impact**: no functional change | API addition (no impact on existing code) | API modification | unknown -* **Development Phase** - - [ ] request - - [ ] proposal +**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) +**Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. Stack Overflow, gitter, etc) |
