feat: Add link to QA section and feature requests (#2373)

# Summary
Add a link to the QA section and feature requests
This commit is contained in:
Bohdan Artiukhov
2024-07-29 09:43:59 +02:00
committed by GitHub
parent 25099ff220
commit c5e601a98f
3 changed files with 8 additions and 32 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -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.

View File

@@ -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

View File

@@ -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.