From eaccacbccd0bd8de9304ab26f49759ea4961c8ef Mon Sep 17 00:00:00 2001 From: Andrew Nolte Date: Mon, 20 May 2024 21:41:28 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 41 +++++------------------ 2 files changed, 16 insertions(+), 55 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 41fdd51..5ff9a4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,30 +7,16 @@ assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +**Describe the bug** - A clear and concise description of what the bug is. -**Environment (please complete the following information):** +Environment - OS: [e.g. Windows 10 1809 build 17763.379] - - VS Code version [e.g. 1.0.0] - - Extension version [e.g. 1.0.1] - - color themes, lint tools, etc. + - config: ``` {verilog.lint...} ``` -**Steps to reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +Steps to reproduce: + - step 1 ... -**Log** -Attach the log generated while following the above steps +Logs: (Get logs from Output > verilog) +``` -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Actual behavior** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a6a03df..fb50ee0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,40 +1,15 @@ --- name: Feature request about: Suggest an idea for this project -title: 'Please replace with a clear and descriptive title' -labels: 'type: feature' +title: Please replace with a clear and descriptive title +labels: '' assignees: '' ---- - - - -**Which problem is this feature request solving?** - - -**Describe the solution you'd like** - - - -**Describe alternatives you've considered** - - - -**Can you submit a pull request?** +--- -Yes/No. +- Describe the feature +- list alternatives considered +- list implementation ideas if any +- specify whether you are able to or would like to contribute - +Thanks!