Skip to content

Commit 3787dab

Browse files
authored
Update 1_bug_report.yml fixing attribute bug
1 parent 49d607b commit 3787dab

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,54 +19,54 @@ body:
1919
- label: Translation
2020
- label: Tutorials
2121
- label: Other (specify if possible)
22-
validations:
23-
required: false
22+
validations:
23+
required: false
2424
- type: input
2525
attributes:
2626
label: Describe the bug
2727
description: A clear and concise description of what the bug is.
28-
validations:
29-
required: true
28+
validations:
29+
required: true
3030
- type: textarea
3131
attributes:
3232
label: Steps to reproduce the behavior
3333
description: Include a simple code snippet that demonstrates the problem, along with any console errors produced. If this isn't possible, then simply describe the issue as best you can.
3434
value: "### Steps:\n\n1.\n\n2.\n\n3.\n\n### Snippet:\n\n```js\n\n// Paste your code here :)\n\n```\n"
35-
validations:
36-
required: true
35+
validations:
36+
required: true
3737
- type: input
3838
attributes:
3939
label: Expected behavior
4040
description: A clear and concise description of what you expected to happen.
41-
validations:
42-
required: true
41+
validations:
42+
required: true
4343
- type: textarea
4444
attributes:
4545
label: Screenshots
4646
description: If applicable, add a screenshot or screen capture to help explain your problem.
47-
validations:
48-
required: false
47+
validations:
48+
required: false
4949
- type: input
5050
attributes:
5151
label: Browser version
5252
description: In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari".
53-
validations:
54-
required: false
53+
validations:
54+
required: false
5555
- type: input
5656
attributes:
5757
label: Operating system
5858
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version."
59-
validations:
60-
required: false
59+
validations:
60+
required: false
6161
- type: input
6262
attributes:
6363
label: Smartphone details
6464
description: "Please complete the following information if applicable.\n\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]"
65-
validations:
66-
required: false
65+
validations:
66+
required: false
6767
- type: textarea
6868
attributes:
6969
label: Additional context
7070
description: Add any other context about the problem here.
71-
validations:
72-
required: false
71+
validations:
72+
required: false

0 commit comments

Comments
 (0)