diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md deleted file mode 100644 index ff9a10534..000000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Bug Report -about: Something isn't working as expected, and it isn't "Unsupported." (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc) -title: '' -labels: 'new', 'bug' -assignees: '' - ---- - -Thanks for taking the time to report this. - -Can you attach an example that shows the issue? (Must be openly licensed, ideally in test_regress format.) - -May we assist you in trying to fix this yourself? diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md deleted file mode 100644 index e43674b4d..000000000 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature Request -about: Request something should be supported, or a new feature added. (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc) -title: '' -labels: 'new', 'type: feature-non-IEEE' -assignees: '' - ---- - -Thanks for taking the time to report this. - -What would you like added/supported? - -Can you attach an example that runs on other simulators? (Must be openly licensed, ideally in test_regress format.) - -May we assist you in trying to fix this yourself? diff --git a/.github/ISSUE_TEMPLATE/QUESTIONS.md b/.github/ISSUE_TEMPLATE/QUESTIONS.md deleted file mode 100644 index 04c4b0f29..000000000 --- a/.github/ISSUE_TEMPLATE/QUESTIONS.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Q and A, or Other -about: Ask a question, not related to a specific bug or feature request. (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc) -title: '' -labels: 'new', 'type: q and a' -assignees: '' - ---- - -How may we help - what is your question? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea782..4c66f9630 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,14 @@ --- name: Bug report -about: Create a report to help us improve +about: Something isn't working as expected, and it isn't "Unsupported." (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc) title: '' -labels: '' +labels: new, bug assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +Thanks for taking the time to report this. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +Can you attach an example that shows the issue? (Must be openly licensed, ideally in test_regress format.) -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. +May we assist you in trying to fix this yourself?