Skip to content

Commit 5942d40

Browse files
author
Cynthia Jiang
committed
for better unity template
1 parent 9ff639f commit 5942d40

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,33 @@ Once you've read this section and determined that your issue is appropriate for
1414

1515
### [REQUIRED] Please fill in the following fields:
1616

17-
* Which Firebase Sample: _____ (Auth, Database, etc.)
17+
* Unity editor version: _____
1818
* Firebase Unity SDK version: _____
19+
* Source you installed the SDK: _____ (.unitypackage or Unity Package Manager)
20+
* Problematic Firebase Component: _____ (Auth, Database, etc.)
21+
* Other Firebase Components in use: _____ (Auth, Database, etc.)
1922
* Additional SDKs you are using: _____ (Facebook, AdMob, etc.)
20-
* Platform you are using the SDK on: _____ (Mac, Windows, or Linux)
23+
* Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux)
2124
* Platform you are targeting: _____ (iOS, Android, and/or desktop)
25+
* Scripting Runtime: _____ (Mono, and/or IL2CPP)
2226

2327
### [REQUIRED] Please describe the issue here:
2428

25-
(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.)
29+
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
2630

2731
#### Steps to reproduce:
2832

33+
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
2934
What's the issue repro rate? (eg 100%, 1/5 etc)
3035

3136
What happened? How can we make the problem occur?
3237
This could be a description, log/console output, etc.
3338

3439
If you have a downloadable sample project that reproduces the bug you're reporting, you will
35-
likely receive a faster response on your issue.
40+
likely receive a faster response on your issue.
41+
42+
#### Relevant Code:
43+
44+
```
45+
// TODO(you): code here to reproduce the problem
46+
```

0 commit comments

Comments
 (0)