This repository was archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update config.yml of issue template * Update bug.md
- Loading branch information
1 parent
368eefc
commit 3c95739
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |