diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c3364faf..dfc8ab67 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: ❓Stack Overflow - url: https://stackoverflow.com + - name: Feature Request 💡 + url: https://github.com/okwasniewski/react-native-bottom-tabs/discussions/new?category=ideas + about: If you have a feature request, please create a new discussion on GitHub. + - name: Discussions on GitHub 💬 + url: https://github.com/okwasniewski/react-native-bottom-tabs/discussions about: If this library works as promised but you need help, please ask questions there. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 98aecbee..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 💡Feature request -description: Submit your idea for a change in the codebase. -labels: [feature request] -body: - - type: markdown - attributes: - value: | - # Feature request - - - type: textarea - id: why-is-this-needed - attributes: - label: Why it is needed? - description: Please tell us a bit more of why you want this feature to be added, what's its origin. - validations: - required: true - - type: textarea - id: possible-implementation - attributes: - label: Possible implementation - description: It really helps if you could describe from a technical POV how this new feature would work, which code it rely on, etc. - validations: - required: false - - type: textarea - id: code-sample - attributes: - label: Code sample - description: Please show how the new code could work, if doable. - render: js - validations: - required: false