From 991dba31b751f26d05835094ea49eea83f81247e Mon Sep 17 00:00:00 2001 From: edwardcwang Date: Tue, 19 Jun 2018 11:06:48 -0700 Subject: Remove checkboxes from issue/pr templates Match https://github.com/freechipsproject/chisel3/pull/783--- .github/ISSUE_TEMPLATE.md | 26 ++++++++++---------------- 1 file 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 @@ + + +**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) -- cgit v1.2.3