Skip to content

Commit cf3f675

Browse files
committed
chore: add config for issue template
1 parent 42797f3 commit cf3f675

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: 🐛 Report a bug
2+
description: Report a reproducible or regression bug.
3+
labels: [bug]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
10+
If this is not a bug report, please create a [Discussion](https://github.com/callstack/react-native-builder-bob/discussions) instead.
11+
12+
- type: textarea
13+
attributes:
14+
label: Description
15+
description: |
16+
Describe the issue you're having.
17+
validations:
18+
required: true
19+
20+
- type: checkboxes
21+
attributes:
22+
label: Packages
23+
description: |
24+
Which packages are affected by the issue?
25+
options:
26+
- label: 'create-react-native-library'
27+
- label: 'react-native-builder-bob'
28+
29+
- type: textarea
30+
attributes:
31+
label: Selected options
32+
description: |
33+
Mention the options that you selected or the configuration for Bob.
34+
validations:
35+
required: true
36+
37+
- type: input
38+
attributes:
39+
label: Link to repro
40+
description: |
41+
Provide a link to a repository that contains the project with the issue.
42+
43+
- type: textarea
44+
attributes:
45+
label: Environment
46+
description: |
47+
Provide details about your development environment such as OS, Node version etc. You can run `npx react-native info` in your project folder and paste the output here.
48+
validations:
49+
required: true

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🗣 Feature requests
4+
url: https://github.com/callstack/react-native-builder-bob/discussions/new?category=ideas
5+
about: Suggest an idea.
6+
- name: 🙏 Question
7+
url: https://github.com/callstack/react-native-builder-bob/discussions/new?category=q-a
8+
about: Choose if you need help.

0 commit comments

Comments
 (0)