Skip to content

Commit

Permalink
Merge pull request #31 from edenlabllc/feature/RMK-18-add-the-files-r…
Browse files Browse the repository at this point in the history
…ecommended-by-the-githubs-community-profiles

Make all fields as required in bug.yml.
  • Loading branch information
anovikov-el authored Jul 18, 2024
2 parents 3f7bc85 + 8e33cf5 commit c674fdb
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 c674fdb

Please sign in to comment.