Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte authored May 21, 2024
1 parent 2f8415c commit eaccacb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 55 deletions.
30 changes: 8 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
41 changes: 8 additions & 33 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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: ''
---

<!--
Thanks for suggesting a new feature!
Please fill in the sections below.
-->

**Which problem is this feature request solving?**

<!--
Example: I'm always frustrated when [...]
-->

**Describe the solution you'd like**

<!--
Example: This could be fixed by [...]
-->

**Describe alternatives you've considered**

<!--
Example: Another solution would be [...]
-->

**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

<!--
Pull requests are welcome! If you would like to help us add this feature, please check our
[contributions guidelines](../blob/main/CONTRIBUTING.md).
-->
Thanks!

0 comments on commit eaccacb

Please sign in to comment.