Skip to content

Commit 67380cc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 25adfbd + 0b0d242 commit 67380cc

File tree

4 files changed

+71
-58
lines changed

4 files changed

+71
-58
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 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

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: ✨ Feature request
2+
description: Suggest an idea for this project.
3+
labels: [ ":sparkles: feature request" ]
4+
title: "[NEW FEATURE REQUEST]: "
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
ℹ️️ We want a simple and easy to use boilerplate with the best community ! So if you have an idea of a new feature you're in the right space !
10+
- type: textarea
11+
id: issue
12+
attributes:
13+
label: Is your feature request related to a problem?
14+
description: Please provide a clear and concise description of what the problem is. Include screenshots and code snippet if needed.
15+
placeholder: I'm always frustrated when [...]
16+
- type: textarea
17+
id: solution
18+
attributes:
19+
label: Describe the solution you'd like
20+
description: Please provide a clear and concise solution. Include screenshots and code snippet if needed.
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternatives
25+
attributes:
26+
label: Describe alternatives you've considered.
27+
description: Please provide a clear and concise alternatives. Include screenshots and code snippet if needed.

0 commit comments

Comments
 (0)