Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit e226cbe

Browse files
committed
chore: add a template for feature requests
1 parent 83b1b55 commit e226cbe

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: React Navigation 5
2-
description: Report an issue with React Navigation 5
1+
name: Bug Report
2+
description: Report an issue with the library.
33
labels: [bug]
44
body:
55
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Discussions
4+
url: https://github.com/satya164/react-native-tab-view/discussions
5+
about: Ask, answer and discuss questions about the library.
6+
- name: Reactiflux
7+
url: https://www.reactiflux.com/
8+
about: Chat with other community members in the help-react-native channel.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Suggest an idea or new feature in the library.
3+
labels: [feature request]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
description: |
9+
Describe the feature you would like to see in the library.
10+
11+
If this is related to a problem, describe what the problem is. For example, "I'm always frustrated when..."
12+
placeholder: Brief description of the feature
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Alternatives
18+
description: |
19+
Describe any alternative approaches you might have considered, or other solutions you have researched.
20+
placeholder: Alternative approaches or other solutions
21+
- type: textarea
22+
attributes:
23+
label: Inspirations & examples
24+
description: |
25+
If you are trying to achieve a specific UX, share some examples of other apps which implement this UX.
26+
27+
Screenshots and videos of the behavior will be very helpful.
28+
placeholder: Examples of other apps

0 commit comments

Comments
 (0)