-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71a6f42
commit 96de0d0
Showing
1 changed file
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,46 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: Create a report to help the community | ||
|
||
--- | ||
|
||
### VERSIONS | ||
|
||
* Xamarin.Forms.GoogleMaps - x.x.x | ||
* Xamarin.Forms - x.x.x | ||
* | ||
* Maui.GoogleMaps - x.x.x | ||
* .NET SDK - x.x.x | ||
|
||
### IDE | ||
|
||
- [ ] Rider | ||
- [x] Visual Studio | ||
- [ ] Visual Studio for Mac | ||
|
||
### PLATFORMS | ||
|
||
- [ ] Android | ||
- [x] iOS | ||
- [ ] UWP | ||
|
||
### ACTUAL BEHAVIOR | ||
|
||
<!-- write about of your problem. --> | ||
``` | ||
// Write about of your problem | ||
``` | ||
|
||
### ACTUAL SCREENSHOTS/STACKTRACE | ||
|
||
<!-- Let me show your actual screenshots or stacktrace. If you want to capture simulator screen to animation GIF, I recomend to [LICEcap](http://www.cockos.com/licecap/). --> | ||
|
||
![something_image](your_image.png) | ||
|
||
``` | ||
// paste stacktrace | ||
// Paste stacktrace/screenshots/recordings | ||
``` | ||
|
||
### EXPECTED BEHAVIOR | ||
|
||
<!-- write about behavior what you expected --> | ||
### EXPECTED BEHAVIOR | ||
``` | ||
// Write about the behavior what you expected | ||
``` | ||
|
||
### HOW TO REPRODUCE | ||
|
||
<!-- Let me show how to reproduce with steps or codes) --> | ||
``` | ||
// code and steps to reproduce | ||
``` | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
```csharp | ||
// code for reproduce | ||
``` |