chore(github): Update issue templates

This commit is contained in:
Thibault Malbranche 2019-04-20 13:52:34 +02:00 committed by GitHub
parent b078c1d553
commit 24be864ceb
2 changed files with 72 additions and 0 deletions

42
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,42 @@
---
name: Bug report
about: Something is not working as expected
title: ''
labels: 'Type: bug report'
assignees: ''
---
<!---
Hello and thank you for taking the time to report a bug.
This is a community repository, meaning that it's everyone's responsibility to address bugs and send pull requests.
Maintainers will be here to help/guide you if you have questions.
Please search in the opened issues before submitting a new one.
Issues with no activity for a long time will be closed.
--->
**Bug description:**
<!---
A clear and concise description of what the bug is.
--->
**To Reproduce:**
<!---
Here you should put a link to a repository with a reproduction of the bug
Please also describe the steps required for the bug to happen
--->
**Expected behavior:**
<!---
A clear and concise description of what you expected to happen.
--->
**Screenshots/Videos:**
<!---
If applicable, add screenshots to help explain your problem.
--->
**Environment:**
- OS:
- OS version:
- react-native version:
- react-native-webview version:

View File

@ -0,0 +1,30 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Type: feature request'
assignees: ''
---
<!---
Hello and thank you for taking the time to report a bug.
This is a community repository, meaning that it's everyone's responsibility to address bugs and send pull requests.
Maintainers will be here to help/guide you if you have questions.
Please search in the opened issues before submitting a new one.
Issues with no activity for a long time will be closed.
--->
**Is your feature request related to a problem? If so, Please describe.**
<!---
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
--->
**Describe the solutions you came up with**
<!---
A clear and concise description of what you want to happen.
--->
**Additional context**
<!---
Add any other context about the feature request here.
--->