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

Commit

Permalink
chore: add a template for feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 29, 2021
1 parent 83b1b55 commit e226cbe
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: React Navigation 5
description: Report an issue with React Navigation 5
name: Bug Report
description: Report an issue with the library.
labels: [bug]
body:
- type: markdown
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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

0 comments on commit e226cbe

Please sign in to comment.