From c5e601a98ff5d4eff2bdb57a4592e3b895064d4a Mon Sep 17 00:00:00 2001 From: Bohdan Artiukhov <69891500+bohdanprog@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:43:59 +0200 Subject: [PATCH] feat: Add link to QA section and feature requests (#2373) # Summary Add a link to the QA section and feature requests --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- .github/ISSUE_TEMPLATE/question.md | 12 ------------ 3 files changed, 8 insertions(+), 32 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..5bd12d0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://github.com/software-mansion/react-native-svg/discussions/categories/q-a + about: Please ask and answer questions here. + - name: Feature request + url: https://github.com/software-mansion/react-native-svg/discussions/categories/ideas + about: Please submit feature requests here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 149c4b2b..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: '💡 Feature Request' -about: Submit your idea for a change in the codebase. ---- - -# Feature Request - -This issue should serve for you to present or pitch an idea to the maintainers - but remember that it would be better if you were to submit a PR instead 🤗 - -## Why it is needed - -Please tell us a bit more of why you want this feature to be added, what's its origin - -## Possible implementation - -It really helps if you could describe from a technical POV how this new feature would work, which code it rely on, etc - -### Code sample - -Please show how the new code could work, if doable diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 879119a3..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: '🤔 Questions and Help' -about: Use this if there is something not clear about the code or its docs. ---- - -# Question - -Before submitting it, please ensure that this was not already asked in another issue, or on StackOverflow. Ideally, you should always refer to StackOverflow first. - -This issue should serve for you to ask a question about the library to the maintainers and other fellow developers - remember that even if the issue gets closed, the conversation can move forward 🤗 -Also, ideally this issue should culminate in a PR to the documentation for this library so that future developers will have that doubt cleared. -