diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 06338d8e..0e1e5809 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..7421b228 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..e3014d40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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