Skip to content

Commit

Permalink
Remove required validations
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 17, 2024
1 parent ace2496 commit 79f975f
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 @@ -24,25 +24,19 @@ body:
...
render: python
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 79f975f

Please sign in to comment.