Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
update ISSUE TEMPLATE (#2)
Browse files Browse the repository at this point in the history
* update config.yml of issue template

* Update bug.md
  • Loading branch information
davideschiavone authored Jun 23, 2021
1 parent 368eefc commit 3c95739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Template for Bug Issue

Please use this template if the issue that you are reporting is a (potential) bug in CV32E40P RTL, Documentation, Verification environment or Tool and Build system.
Please use this template if the issue that you are reporting is a (potential) bug in CV32E41P RTL, Documentation, Verification environment or Tool and Build system.

<br>**Note**: Please file bugs related to the CV32E40P User Manual in https://github.com/openhwgroup/core-v-docs instead.
<br>**Note**: Please file bugs related to the core-v-verif verification environment in https://github.com/openhwgroup/core-v-verif instead.
<br>**Note**: Please file bugs related to the PULP tool chain in https://github.com/pulp-platform/pulp-riscv-gnu-toolchain instead.

Expand All @@ -13,7 +12,7 @@ A clear and concise description of what the bug is.
Indicate the component in which you found a problem (and we will add the appropriate label):

**Component:RTL**: For issues in the RTL (e.g. for files in the rtl directory)
**Component:Doc **: For issues in the Documentation (e.g. for README.md files)
**Component:Doc **: For issues in the Documentation (e.g. for README.md and files in the doc directory)
**Component:Verif**: For issues in the verification environment or test cases (e.g. for behavioral code, testbench, C code, etc.)
**Component:Tool-and-build**: For issues in the tool and build flow (e.g. Makefile, FuseSoc, etc.)

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
blank_issues_enabled: false
contact_links:
- name: Bug
url: https://github.com/openhwgroup/cv32e40p/issues/new?template=bug.md
url: https://github.com/openhwgroup/cv32e41p/issues/new?template=bug.md
about: For bugs in the RTL, Documentation, Verification environment or Tool and Build system.
labels: "Type:Bug"
- name: Task
url: https://github.com/openhwgroup/cv32e40p/issues/new?template=task.md
url: https://github.com/openhwgroup/cv32e41p/issues/new?template=task.md
about: For any task except bug fixes.
labels: "Type:Task"
- name: Question
url: https://github.com/openhwgroup/cv32e40p/issues/new?template=question.md
url: https://github.com/openhwgroup/cv32e41p/issues/new?template=question.md
about: For general questions.
labels: "Type:Question"
- name: Enhancement
url: https://github.com/openhwgroup/cv32e40p/issues/new?template=enhancement.md
url: https://github.com/openhwgroup/cv32e41p/issues/new?template=enhancement.md
about: For feature requests and enhancements.
labels: "Type:Enhancement"

0 comments on commit 3c95739

Please sign in to comment.