diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 3016e4a..0000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -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 ;-). \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..77ac27e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,41 @@ +--- +name: BUG report +about: Create a report to help us improve Google Map React +--- + + + +**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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..70a4181 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +--- + + + +**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. \ No newline at end of file