Skip to content

Commit 7564fc0

Browse files
authored
Improve issue template
1 parent a618958 commit 7564fc0

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

ISSUE_TEMPLATE.md

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
(This is template for issue. Please choose from feature request or bug report or others then write.)
22

33
----
4-
# FEATURE REQUEST / SUGGESTION
4+
## FEATURE REQUEST / SUGGESTION
55

6-
## SUMMARY
6+
### SUMMARY
77

88
(write summary of your feature request or suggestion)
99

10-
## DETAILS
10+
### DETAILS
1111

12-
(write details with text, codes and images)
12+
(write details/usecases with text, codes and images)
1313

1414
```
1515
// usage of your requested feature to use
1616
```
1717

18-
## PLATFORMS
18+
### PLATFORMS
1919

2020
which platform do you want?
2121

@@ -24,42 +24,48 @@ which platform do you want?
2424
- [ ] UWP
2525

2626
----
27-
# BUG / PROBREM REPORT
27+
## BUG / PROBREM REPORT
2828

29-
## SUMMARY
29+
### SUMMARY
3030

3131
(write summary of your bug report.)
3232

33-
## VERSION
33+
### VERSIONS
3434

35-
### Xamarin.Forms.GoogleMaps
35+
* Xamarin.Forms.GoogleMaps - x.x.x
36+
* Xamarin.Forms - x.x.x
37+
*
3638

37-
* x.x.x
38-
39-
### Xamarin.Forms
40-
41-
* x.x.x
42-
43-
## PLATFORMS
39+
### PLATFORMS
4440

4541
- [ ] Android
4642
- [x] iOS
4743
- [ ] UWP
4844

49-
## STEPS FOR REPRODUCE
45+
### HOW TO REPRODUCE
5046

51-
(write steps for reproduce with codes, screenshots and stacktraces.)
47+
(Let me show how to reproduce with steps or codes)
5248

5349
1.
5450
2.
5551
3.
5652

57-
```
53+
```csharp
5854
// code for reproduce
5955
```
6056

57+
### ACTUAL IMAGES
58+
59+
(Let me show your actual problem images/stacktrace. If you want to capture simulator screen to animation GIF, I recomend to [LICEcap](http://www.cockos.com/licecap/).)
60+
61+
![something_image](your_image.png)
62+
63+
```
64+
// paste stacktrace
65+
```
66+
6167
----
6268

63-
# OTHERS
69+
## OTHERS
6470

6571
(free format)

0 commit comments

Comments
 (0)