Skip to content

Commit 8c800df

Browse files
authored
fix: bug_report.yml (#106)
1 parent ba27a5f commit 8c800df

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

.github/ISSUE_TEMPLATE/🐛-bug_report.yml

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,66 @@ name: 🐛 Bug report
22
description: Report a reproducible bug or regression in this library.
33
labels: [bug]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
# Bug report
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Bug report
99
10-
👋 Hi!
10+
👋 Hi!
1111
12-
**Please fill the following carefully before opening a new issue ❗**
13-
*(Your issue may be closed if it doesn't provide the required pieces of information)*
14-
- type: checkboxes
15-
attributes:
16-
label: Before submitting a new issue
17-
description: Please perform simple checks first.
18-
options:
19-
- label: I tested using the latest version of the library, as the bug might be already fixed.
20-
required: true
21-
- label: I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of react native.
22-
required: true
23-
- label: I checked for possible duplicate issues, with possible answers.
24-
required: true
25-
- type: textarea
26-
id: summary
27-
attributes:
28-
label: Bug summary
29-
description: |
30-
Provide a clear and concise description of what the bug is.
31-
If needed, you can also provide other samples: error messages / stack traces, screenshots, gifs, etc.
32-
validations:
33-
required: true
34-
- type: input
35-
id: library-version
36-
attributes:
37-
label: Library version
38-
description: What version of the library are you using?
39-
placeholder: "x.x.x"
40-
validations:
41-
required: true
42-
- type: textarea
43-
id: react-native-info
44-
attributes:
45-
label: Environment info
46-
description: Run `react-native info` in your terminal and paste the results here.
47-
render: shell
48-
validations:
49-
required: true
50-
- type: textarea
51-
id: steps-to-reproduce
52-
attributes:
53-
label: Steps to reproduce
54-
description: |
55-
You must provide a clear list of steps and code to reproduce the problem.
56-
value: |
57-
1. …
58-
2. …
59-
validations:
60-
required: true
61-
- type: input
62-
id: reproducible-example
63-
attributes:
64-
label: Reproducible example repository
65-
description: Please provide a link to a repository on GitHub with a reproducible example.
66-
validations:
67-
required: true
12+
**Please fill the following carefully before opening a new issue ❗**
13+
*(Your issue may be closed if it doesn't provide the required pieces of information)*
14+
- type: checkboxes
15+
attributes:
16+
label: Before submitting a new issue
17+
description: Please perform simple checks first.
18+
options:
19+
- label: I tested using the latest version of the library, as the bug might be already fixed.
20+
required: true
21+
- label: I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of react native.
22+
required: true
23+
- label: I checked for possible duplicate issues, with possible answers.
24+
required: true
25+
- type: textarea
26+
id: summary
27+
attributes:
28+
label: Bug summary
29+
description: |
30+
Provide a clear and concise description of what the bug is.
31+
If needed, you can also provide other samples: error messages / stack traces, screenshots, gifs, etc.
32+
validations:
33+
required: true
34+
- type: input
35+
id: library-version
36+
attributes:
37+
label: Library version
38+
description: What version of the library are you using?
39+
placeholder: "x.x.x"
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: react-native-info
44+
attributes:
45+
label: Environment info
46+
description: Run `react-native info` in your terminal and paste the results here.
47+
render: shell
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: steps-to-reproduce
52+
attributes:
53+
label: Steps to reproduce
54+
description: |
55+
You must provide a clear list of steps and code to reproduce the problem.
56+
value: |
57+
1. …
58+
2. …
59+
validations:
60+
required: true
61+
- type: input
62+
id: reproducible-example
63+
attributes:
64+
label: Reproducible example repository
65+
description: Please provide a link to a repository on GitHub with a reproducible example.
66+
validations:
67+
required: false

0 commit comments

Comments
 (0)