Skip to content

Commit

Permalink
Make all fields as required in bug.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
anovikov-el committed Jul 18, 2024
1 parent b9dbcd2 commit 8e33cf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ body:
label: Steps to reproduce
description: Tell us how to reproduce this bug.
validations:
required: false
required: true

- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: Tell us what should happen.
validations:
required: false
required: true

- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: Tell us what happens instead.
validations:
required: false
required: true

- type: textarea
id: environment-info
Expand All @@ -52,7 +52,7 @@ body:
Shell:
Terminal:
validations:
required: false
required: true

- type: checkboxes
id: code-of-conduct
Expand Down

0 comments on commit 8e33cf5

Please sign in to comment.