Skip to content

Commit 88e810c

Browse files
GitHub: add commit hash input to bug issue template (#3406)
Co-authored-by: JeanRochCoulon <jean-roch.coulon@thalesgroup.com>
1 parent f003f95 commit 88e810c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ body:
1414
During this interaction, my words are my own and are not generated.
1515
If relevant, I provide links to my sources.
1616
required: true
17+
- type: input
18+
attributes:
19+
label: CVA6 commit affected
20+
description: The git hash of a commit in the official CVA6 repository that was used to demonstrate the bug.
21+
placeholder: "0123abc"
22+
validations:
23+
required: true
1724
- type: textarea
1825
attributes:
1926
label: Bug Description

0 commit comments

Comments
 (0)