diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b80075..791a71c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,46 +1,56 @@ --- -name: Bug report -about: Create a report to help us improve +name: Report a new bug +about: Create a bug report to help our library improve title: '' labels: '' assignees: '' - --- -**Are you asking a question?** -If you are asking a question, please use Github discussions for that. +**Read before opening a new issue** +**Are you asking a question or need help?** +Please use Github discussion, you will find better help there. +Notice that if you create a question issue, we will close it and create a new discussion for you. +**Having problems with an event?** +You should trying enabling events before using them. +More details here: https://vue-map.netlify.app/docs/#register-google-maps-events. -**Event xyz is not working?** -You should enable events, before using them https://vue-map.netlify.app/docs/#register-google-maps-events. +**Codepen support** +You can use Codepen to report your bug! +In your Codepen, go to Settings, then select JS. In Add Packages section, search for vue-google-maps-community-fork +**You can delete whatever part you want in this issue, but please be clear and remember to use the Preview option** +**Also, remember to look if this issue isn't already created** -**Describe the bug** -A clear and concise description of what the bug is. +**Describe what you're reporting** +Don't be ashamed to show what you're doing. Give us a clear and concise description of what the bug is. + +**How can we reproduce it?** +Show us how to reproduce the bug. + +Example: -**To Reproduce** -Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +**What were your expecting to happen?** +A description of the expected behavior. + +**What happened?** +A description of the actual behavior. **Screenshots** -If applicable, add screenshots to help explain your problem. +You can send screenshots to help express what you want to show us. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Device or enviroment** -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +- In which OS are you seeing this bug? Examples: Windows 11, Ubuntu, iOS. +- If it is relevant, what browser are you? Examples: Chrome, Safari, Opera. +- What is your npm version? You can check using npm -v. +- What is your vue version? You can check using npm list. +- What is your vue-google-maps-community-fork version? You can check using npm list. **Additional context** -Add any other context about the problem here. +You also can add more context for your situation here. Feel free to express whatever you think its important. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..8dc6456 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,31 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest a new feature to make our library better title: '' labels: '' assignees: '' - --- -**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 [...] +**Read before opening a new issue** +**Are you asking a question or need help?** +Please use Github discussion, you will find better help there. +Notice that if you create a question issue, we will close it and create a new discussion for you. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +**Codepen support** +You can use Codepen to report your bug! +In your Codepen, go to Settings, then select JS. In Add Packages section, search for vue-google-maps-community-fork -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**You can delete whatever part you want in this issue, but please be clear and remember to use the Preview option** +**Also, remember to look if this feature request isn't already created** + +**Does your feature has anything related to a problem?** +Please describe what the problem is related to. For example: I'm frustrated that I cannot do [...] easily. + +**What is the best solution you'd like to see?** +Describe what you think should be happening to fix that situation. + +**What did you try? Did you have some alternative to consider?** +Is there any other solution or feature it could help fixing this situation? **Additional context** -Add any other context or screenshots about the feature request here. +You also can add more context for your situation here. Feel free to express whatever you think its important.