Update ISSUE_TEMPLATE to avoid uncomplete issues

This commit is contained in:
Michael 2019-09-24 12:44:30 +02:00
parent 37c34ad663
commit b6b67b7f37
3 changed files with 65 additions and 9 deletions

View File

@ -1,9 +0,0 @@
Dear users,
before you will write anything, please use search,
then please search again.
Most of problems you have is just an one line solution -
there is no need to change this library,
just add anything you want in your code.
Please look at examples, docs, apis - all of this were created for you not for me ;-).

41
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View File

@ -0,0 +1,41 @@
---
name: BUG report
about: Create a report to help us improve Google Map React
---
<!--
Thanks for participating in this project! We will try to answer as soon as possible 🙏
-->
**Describe the bug 🐛**
A clear and concise description of what the bug is.
**To Reproduce 🔍**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
A live example helps a lot!
**Expected behavior 💭**
A clear and concise description of what you expected to happen.
**Screenshots 🖥**
If applicable, add screenshots to help explain your problem.
**Environment:**
- OS: [e.g. iOS / windows / mac / android]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
---
<!--
Thanks for participating in this project! We will try to answer as soon as possible 🙏
-->
**Is your feature request related to a problem? Please describe 🙏**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like 🤔**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered ✨**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.