We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86efd1 commit adcad33Copy full SHA for adcad33
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -23,7 +23,7 @@ body:
23
- type: dropdown
24
attributes:
25
label: Runtime
26
- description: What javascript runtime are you seeing the problem on?
+ description: What runtime are you seeing the problem on?
27
options:
28
- Select an option
29
- Browser
@@ -44,7 +44,7 @@ body:
44
- type: textarea
45
46
label: Code to reproduce
47
- description: Please copy and paste code to reproduce the issue. This will be automatically formatted into javascript code, so no need for backticks.
+ description: Please copy and paste code to reproduce the issue.
48
render: js
49
validations:
50
required: true
0 commit comments