Skip to content

Commit

Permalink
Require validation for bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Nov 17, 2024
1 parent 2eeefcb commit bd97cfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ body:
label: Situation
description: A clear and concise description of what the bug is.
placeholder: Describe the problem you see...
validations:
required: true

- type: textarea
id: reproduction_steps
Expand All @@ -66,13 +68,17 @@ body:
2. Scroll down to '....'
3. See error
placeholder: Describe the steps to reproduce the issue...
validations:
required: true

- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: Describe the expected behavior...
validations:
required: true

- type: textarea
id: environment
Expand Down

0 comments on commit bd97cfc

Please sign in to comment.