Skip to content

Commit

Permalink
Update Bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
themronion authored Feb 25, 2023
1 parent 71a6f42 commit 96de0d0
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions .github/ISSUE_TEMPLATE/Bug_report.md
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
```

0 comments on commit 96de0d0

Please sign in to comment.