Skip to content

Commit

Permalink
Remove required validations (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 17, 2024
1 parent 32f918c commit 4fd6971
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,19 @@ body:
label: To Reproduce
description: >-
A minimal working example of code to reproduce the unexpected behaviour.
validations:
required: true
- id: expected
type: textarea
attributes:
label: Expected Behaviour
description: >-
A clear and concise description of what you expected to happen.
validations:
required: true
- id: actual
type: textarea
attributes:
label: Actual Behaviour
description: >-
Be a specific and detailed as you can. Paste any output or stack traces
of errors you receive.
validations:
required: true
- id: version
type: input
attributes:
Expand Down

0 comments on commit 4fd6971

Please sign in to comment.