This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add a template for feature requests
- Loading branch information
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/satya164/react-native-tab-view/discussions | ||
about: Ask, answer and discuss questions about the library. | ||
- name: Reactiflux | ||
url: https://www.reactiflux.com/ | ||
about: Chat with other community members in the help-react-native channel. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Feature Request | ||
description: Suggest an idea or new feature in the library. | ||
labels: [feature request] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe the feature you would like to see in the library. | ||
If this is related to a problem, describe what the problem is. For example, "I'm always frustrated when..." | ||
placeholder: Brief description of the feature | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Alternatives | ||
description: | | ||
Describe any alternative approaches you might have considered, or other solutions you have researched. | ||
placeholder: Alternative approaches or other solutions | ||
- type: textarea | ||
attributes: | ||
label: Inspirations & examples | ||
description: | | ||
If you are trying to achieve a specific UX, share some examples of other apps which implement this UX. | ||
Screenshots and videos of the behavior will be very helpful. | ||
placeholder: Examples of other apps |