Skip to content

Commit

Permalink
Merge pull request #937 from Dasharo/add-test-id
Browse files Browse the repository at this point in the history
.github/ISSUE_TEMPLATE/bug_report.yml: add test case ID
  • Loading branch information
BeataZdunczyk authored Jul 9, 2024
2 parents 1eadbad + 89c49b8 commit bcfc0d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ body:
validations:
required: false

- type: input
id: test-case-id
attributes:
label: Test case ID
description: ID of a test which failed and triggered this bug report. Required to be filled in by Dasharo team members, if such test exists.
validations:
required: false

- type: input
id: summary
attributes:
Expand Down

0 comments on commit bcfc0d3

Please sign in to comment.