You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
name: 🐛 Bug Report
2
2
description: Report a reproducible bug or regression in React Native Community Template.
3
-
labels: ["Needs: Triage :mag:"]
3
+
labels: ['Needs: Triage :mag:']
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: "## Reporting a bug to the React Native Community Template"
7
+
value: '## Reporting a bug to the React Native Community Template'
8
8
- type: markdown
9
9
attributes:
10
10
value: |
@@ -42,7 +42,7 @@ body:
42
42
attributes:
43
43
label: React Native Community Template Version
44
44
description: The version of Template that this issue reproduces on. Bear in mind that only issues on the latest version of the Template will be supported.
45
-
placeholder: "0.75.0"
45
+
placeholder: '0.75.0'
46
46
validations:
47
47
required: true
48
48
- type: dropdown
@@ -107,7 +107,7 @@ body:
107
107
attributes:
108
108
label: Reproducer
109
109
description: A link to the public repository that reproduces this bug, using [this template](https://github.com/react-native-community/reproducer-react-native). Reproducers are **mandatory**.
0 commit comments