Update issue templates
This commit is contained in:
parent
a86f316f00
commit
9149346425
57
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
57
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Bug
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please provide a clear and concise description of what the bug is.
|
||||||
|
Include screenshots if needed.
|
||||||
|
Please test using the latest release of the library, as maybe said bug has been already fixed.
|
||||||
|
If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc)
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Platform
|
||||||
|
<!--
|
||||||
|
Platform where your bug is happening. If Android, report if using Android or Android Exoplayer
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Environment info
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Run `react-native info` in your terminal and copy the results here. Also, include the *precise* version number of this library that you are using in the project
|
||||||
|
-->
|
||||||
|
|
||||||
|
React native info output:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
// paste it here
|
||||||
|
```
|
||||||
|
|
||||||
|
Library version: x.x.x
|
||||||
|
|
||||||
|
## Steps To Reproduce
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Issues without reproduction steps or code are likely to stall.
|
||||||
|
-->
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
...
|
||||||
|
|
||||||
|
## Expected behaviour
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
|
||||||
|
## Reproducible sample code
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please add to your issue a repro, a fresh codebase with the minimal changes so that the bug can be tested in isolation
|
||||||
|
-->
|
32
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 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
|
||||||
|
-->
|
Loading…
Reference in New Issue
Block a user