|
| 1 | +name: Bug report |
| 2 | +description: Report an issue, including all necessary details for reproduction and debugging. |
| 3 | +title: '[Bug]: ' |
| 4 | +labels: 'type: bug, triage me' |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thank you for using googlemaps/flutter-navigation-sdk! |
| 10 | +
|
| 11 | + If you believe this bug is related to a feature in our native SDKs or you have question about how features should be used, please create an issue in the [support console](https://console.cloud.google.com/google/maps-apis/support/createcase). |
| 12 | + This will ensure a timely response. |
| 13 | +
|
| 14 | + Links to the official native SDKs supported by Google Support: |
| 15 | + - [Android](https://developers.google.com/maps/documentation/navigation/android-sdk) |
| 16 | + - [iOS](https://developers.google.com/maps/documentation/navigation/ios-sdk) |
| 17 | +
|
| 18 | + Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/). |
| 19 | +
|
| 20 | + If your bug or feature request is not related to this particular flutter library, please visit the Google Maps Platform [issue trackers](https://developers.google.com/maps/support/#issue_tracker). |
| 21 | + - type: checkboxes |
| 22 | + attributes: |
| 23 | + label: Is there an existing issue for this? |
| 24 | + description: Please ensure your bug is not already reported in [existing issues](https://github.com/googlemaps/flutter-navigation-sdk/issues). |
| 25 | + options: |
| 26 | + - label: I have searched the existing issues |
| 27 | + required: true |
| 28 | + - type: textarea |
| 29 | + attributes: |
| 30 | + label: Description of the bug |
| 31 | + description: Provide a clear and concise description of the bug. |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + - type: input |
| 35 | + attributes: |
| 36 | + label: Flutter version |
| 37 | + description: Provide the Flutter version used in your project. |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + - type: input |
| 41 | + attributes: |
| 42 | + label: Package version |
| 43 | + description: Provide the version of googlemaps/flutter-navigation-sdk. |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: checkboxes |
| 47 | + attributes: |
| 48 | + label: Native SDK versions |
| 49 | + description: Confirm that you have not changed the version of the native SDKs. |
| 50 | + options: |
| 51 | + - label: I haven't changed the version of the native SDKs |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + attributes: |
| 55 | + label: Flutter Doctor Output |
| 56 | + description: | |
| 57 | + Run `flutter doctor` in your project and paste the output below. |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + - type: textarea |
| 61 | + attributes: |
| 62 | + label: Steps to reproduce |
| 63 | + description: | |
| 64 | + Provide a step-by-step description of how to reproduce the issue. |
| 65 | + Use bullet points or numbers for clarity. |
| 66 | + If you are not able to reproduce the issue, please provide as much context as possible. |
| 67 | + placeholder: | |
| 68 | + 1. In this environment... |
| 69 | + 2. With this config... |
| 70 | + 3. Run '...' |
| 71 | + 4. See error... |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + - type: textarea |
| 75 | + attributes: |
| 76 | + label: Expected vs Actual Behavior |
| 77 | + description: | |
| 78 | + Describe what you expected to happen and what actually happened. |
| 79 | +
|
| 80 | + Also provide any error messages or logs that you see. Also check Android logcat and/or iOS console logs for any relevant information. |
| 81 | + validations: |
| 82 | + required: true |
| 83 | + - type: textarea |
| 84 | + attributes: |
| 85 | + label: Code Sample |
| 86 | + description: | |
| 87 | + Provide a minimal reproducible example that shows the problem. |
| 88 | + Use a code block for formatting. |
| 89 | +
|
| 90 | + Without this we will unlikely be able to progress on the issue, |
| 91 | + as we need to be able to reproduce the problem locally. |
| 92 | + value: | |
| 93 | + ```dart |
| 94 | + // Example code here |
| 95 | + ``` |
| 96 | + validations: |
| 97 | + required: true |
| 98 | + - type: textarea |
| 99 | + attributes: |
| 100 | + label: Additional Context |
| 101 | + description: Provide any other context, logs, or screenshots that might be relevant. |
0 commit comments