Skip to content

Commit d1caf4b

Browse files
committed
Added issue template
1 parent 80d9eb6 commit d1caf4b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/issue_template.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!-- Please replace {Please write here} with your description if the field is applicable to the issue -->
2+
<!-- If it's not applicable, leave the {Please write here} tag to indicate that it does not apply -->
3+
4+
### Issue Type
5+
<!-- Please place an x in the type that applies -->
6+
* [x] Bug
7+
* [ ] Enhancement / Feature
8+
* [ ] Question
9+
* [ ] Other
10+
11+
### Description
12+
13+
{Please write here}
14+
15+
#### Code
16+
```csharp
17+
{Please write code here}
18+
```
19+
20+
### Expected Behavior
21+
22+
{Please write here}
23+
24+
### Actual Behavior
25+
26+
{Please write here}
27+
28+
#### Stacktrace
29+
```
30+
{Please write stacktrace here}
31+
```
32+
33+
### Steps to Reproduce
34+
35+
{Please write here}
36+
37+
### Screenshot on This Problem (if possible)
38+
39+
{Please write here}
40+
41+
### Your Environment
42+
43+
- Unity Version: {Please write here}
44+
- MLAPI Version (Commit # or release version): {Please write here}

0 commit comments

Comments
 (0)