Skip to content

Commit 0eb36bc

Browse files
authored
Update bug.yml
1 parent c5301d7 commit 0eb36bc

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ body:
2525
render: php
2626
validations:
2727
required: true
28-
- type: markdown
28+
- type: textarea
2929
id: data
3030
attributes:
3131
label: Data required to reproduce bug locally
3232
description: |
33-
If given bug requires more data to reproduce, please provide it here in a convinient format.
33+
If given bug requires more data to reproduce, please provide it here in a convenient format.
3434
- php array
3535
- csv
3636
- json
@@ -51,11 +51,5 @@ body:
5151
label: Relevant error output
5252
description: Please copy and paste any relevant error output. This will be automatically formatted into code, so no need for backticks.
5353
render: shell
54-
- type: checkboxes
55-
id: terms
56-
attributes:
57-
label: Code of Conduct
58-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
59-
options:
60-
- label: I agree to follow this project's Code of Conduct
61-
required: true
54+
validations:
55+
required: true

0 commit comments

Comments
 (0)