Skip to content

Commit 3db7713

Browse files
authored
Switch to issue form
1 parent 6d14496 commit 3db7713

File tree

2 files changed

+44
-38
lines changed

2 files changed

+44
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: :bug: Bug report
2+
description: Report a reproducible bug on this React Native Boilerplate.
3+
labels: [":bug: bug"]
4+
title: "[BUG]: "
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
⚠️ Please provide all the information requested. ⚠️
10+
- type: checkboxes
11+
id: environment
12+
attributes:
13+
label: react-native environment setup
14+
options:
15+
- label: I verified that I have not react-native-cli installed globally and be up to date about the React Native environment setup.
16+
required: true
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: Description
21+
description: Please provide a clear and concise description of what the bug is. Include screenshots and code snippet if needed.
22+
validations:
23+
required: true
24+
- type: input
25+
id: version
26+
attributes:
27+
label: Version
28+
description: What boilerplate version does this appear on?
29+
validations:
30+
required: true
31+
- type: checkboxes
32+
id: device
33+
attributes:
34+
label: On which OS this issue appear on?
35+
options:
36+
- label: IOS
37+
- label: Android
38+
- type: input
39+
id: os
40+
attributes:
41+
label: Desktop OS
42+
description: What is the OS of your machine?
43+
validations:
44+
required: true

0 commit comments

Comments
 (0)