diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b80075..9d947f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,22 +4,20 @@ about: Create a report to help us improve title: '' labels: '' assignees: '' - --- **Are you asking a question?** -If you are asking a question, please use Github discussions for that. - +If you are asking a question, please use Github discussions for that. **Event xyz is not working?** -You should enable events, before using them https://vue-map.netlify.app/docs/#register-google-maps-events. - +You should enable events, before using them https://vue-google-maps-community-fork.netlify.app/docs/#registering-google-maps-events. **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 '....' @@ -32,15 +30,17 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] **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] + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] **Additional context** Add any other context about the problem here. diff --git a/README.md b/README.md index 46b0f76..12f6afc 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ You can follow the official changelog [here](https://github.com/NathanAP/vue-goo ## Documentation -For now, the original documentation is detailed in [vue-map.netlify.app](https://vue-map.netlify.app) and most of the components are still working properly. +You can find a detailed documentation [here](https://vue-google-maps-community-fork.netlify.app). It will show you how to use every component this library contains and demonstrate some examples for you. -It is in our plan to create a way for you use this package in Codesandbox or Codepen, but right now it is not possible. +Also, you can enter in [this discussion](https://github.com/NathanAP/vue-google-maps-community-fork/discussions/9) to talk about or read the documentation changelog. + +It is in our plans to make it better and more detailed, but for now it might help you start using the library. ## Installation diff --git a/package.json b/package.json index 43e7f78..267f56c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "vue-style-loader": "^4.1.3", "webpack": "^5.74.0" }, - "homepage": "https://vue-map.netlify.app/", + "homepage": "https://vue-google-maps-community-fork.netlify.app", "license": "MIT", "repository": { "type": "git",