mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
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:
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -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
|
|
||||||
12
.github/ISSUE_TEMPLATE/question.md
vendored
12
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -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.
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user