mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Adding a Bug issue template (#930)
* Create bug.yaml * Update bug.yaml - Case consistency * Spelling mistakes
This commit is contained in:
parent
b2dc4752e1
commit
0cfa94b8c6
1 changed files with 18 additions and 0 deletions
18
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: CVA6 bug
|
||||
description: Create a CVA6 bug
|
||||
title: "[BUG] <title>"
|
||||
labels: ["Type:Bug"]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing CVA6 bug for this?
|
||||
description: Please search to see if an issue already exist for the bug you need to create
|
||||
options:
|
||||
- label: I have searched the existing bug issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Bug Description
|
||||
description: A concise description of the bug
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Reference in a new issue