Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 585d9f7

Browse files
authored
Add issue template (#242)
1 parent bbf98b5 commit 585d9f7

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

Diff for: ISSUE_TEMPLATE.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 -->
2+
3+
<!--
4+
Please fill in the *entire* template below.
5+
The template is designed to avoid unnecessary delays to confirm and fix reported issues. Issues with missing information generally end up with a `need-info` label and take significantly more time to fix. Please help us help you!
6+
For more information see https://github.com/xamarin/xamarin-macios/wiki/Submitting-Bugs-&-Suggestions
7+
For support requests use https://www.xamarin.com/support
8+
-->
9+
### Steps to Reproduce
10+
11+
<!--If there is a specific swift language feature that triggers this issue, please include a minimal snippet that causes it. -->
12+
13+
1.
14+
2.
15+
3.
16+
17+
### Expected Behavior
18+
19+
### Actual Behavior
20+
21+
### Environment
22+
23+
<!--
24+
1.
25+
Visual Studio: Help > About Microsoft Visual Studio > Copy Info [button]
26+
Visual Studio for Mac: Visual Studio > About Visual Studio > Show Details > Copy Information [button]
27+
2. Paste into the code block below (between ```)
28+
-->
29+
30+
```
31+
```
32+
33+
### Build Logs
34+
35+
<!--
36+
1. Place cursor below this comment block.
37+
2. Attach build log or link to gist (https://gist.github.com/) of the log.
38+
3. Logs can be found in the Build Output tab of the Errors pad in Visual Studio
39+
To get full build logs, set the log verbosity to diagnostic at the following locations:
40+
- On Visual Studio for Mac: Preferences > Projects > Build
41+
- On Visual Studio for Windows: Tools > Options > Projects and Solutions > Build and Run
42+
On Visual Studio for Windows you also want to add `-v -v -v -v` to the mtouch additional arguments by right-clicking the project in the solution explorer and selecting `Properties`.
43+
-->
44+
45+
### Example Project (If Possible)
46+
47+
<!--
48+
1. Place cursor below this comment block.
49+
2. Drag and drop the compressed project or files needed to reproduce.
50+
-->
51+
52+
<!--
53+
Switch to the "Preview" tab to ensure your issue renders correctly.
54+
-->

0 commit comments

Comments
 (0)