Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Nov 14, 2024
1 parent fe63594 commit 802899d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Tools**
Information on what tool (e.g. simulator or linter) you are using.

**Error message/logs**
If applicable, provide the error message or logs indicating the problem.

**Additional context**
Add any other context about the problem here.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blank_issues_enabled: true

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest a feature that you find missing in VeeR
title: ''
labels: enhancement
assignees: ''

---

**Describe the feature**
A clear and concise description of the feature.

**Examples**
An optional example of the feature in some other RISC-V core, or references to documents that define it.

**Additional context**
Add any other context here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Q&A or other
about: Ask a question unrelated to a specific bug or feature request
title: ''
labels: question
assignees: ''

---

0 comments on commit 802899d

Please sign in to comment.