Skip to content

Commit 03d29f5

Browse files
cynthiajoanCynthia Jiang
and
Cynthia Jiang
authored
copy over issue template (#265)
* copy over issue template * add review feedback Co-authored-by: Cynthia Jiang <[email protected]>
1 parent fd39689 commit 03d29f5

File tree

3 files changed

+102
-0
lines changed

3 files changed

+102
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "❓ General question"
3+
about: Please use this template to ask general question with Firebase Unity SDK
4+
title: "[Question] "
5+
labels: 'new, type: question'
6+
assignees: ''
7+
8+
---
9+
10+
<!-- DO NOT DELETE
11+
validate_template=true
12+
template_path=.github/ISSUE_TEMPLATE/--general-question.md
13+
-->
14+
15+
### [REQUIRED] Please fill in the following fields:
16+
17+
* Unity editor version: _____
18+
* 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.)
22+
* Additional SDKs you are using: _____ (Facebook, AdMob, etc.)
23+
* Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux)
24+
* Platform you are targeting: _____ (iOS, Android, and/or desktop)
25+
* Scripting Runtime: _____ (Mono, and/or IL2CPP)
26+
* Pre-built SDK from the [website](https://firebase.google.com/download/unity) or open-source from this repo: _____
27+
28+
### [REQUIRED] Please describe the question here:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: ➕ Feature request
3+
about: If you have a feature request for the Firebase Unity SDK, file it here.
4+
title: "[FR] "
5+
labels: 'new, type: feature request'
6+
---
7+
8+
<!-- DO NOT DELETE
9+
validate_template=true
10+
template_path=.github/ISSUE_TEMPLATE/feature-request.md
11+
-->
12+
13+
### [READ] Guidelines
14+
15+
When filing a feature request please make sure the issue title starts with "[FR]".
16+
17+
A good feature request ideally
18+
* is either immediately obvious (i.e. "Add Sign in with Apple support"), or
19+
* starts with a use case that is not achievable with the existing Firebase API and
20+
includes an API proposal that would make the use case possible. The proposed API
21+
change does not need to be very specific.
22+
23+
Once you've read this section, please delete it and fill out the rest of the template.
24+
25+
### Feature proposal
26+
27+
* Firebase Component: _____ (Auth, Core, Database, Firestore, Messaging, Storage, etc)
28+
29+
Describe your use case and/or feature request here.

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: 🐞 Bug report
3+
about: Please use this template to report issues with the Firebase Unity SDK.
4+
title: "[Bug] "
5+
labels: 'new, type: question'
6+
---
7+
8+
<!-- DO NOT DELETE
9+
validate_template=true
10+
template_path=.github/ISSUE_TEMPLATE/issue.md
11+
-->
12+
13+
### [REQUIRED] Please fill in the following fields:
14+
15+
* Unity editor version: _____
16+
* Firebase Unity SDK version: _____
17+
* Source you installed the SDK: _____ (.unitypackage or Unity Package Manager)
18+
* Problematic Firebase Component: _____ (Auth, Database, etc.)
19+
* Other Firebase Components in use: _____ (Auth, Database, etc.)
20+
* Additional SDKs you are using: _____ (Facebook, AdMob, etc.)
21+
* Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux)
22+
* Platform you are targeting: _____ (iOS, Android, and/or desktop)
23+
* Scripting Runtime: _____ (Mono, and/or IL2CPP)
24+
* Pre-built SDK from the [website](https://firebase.google.com/download/unity) or open-source from this repo: _____
25+
26+
### [REQUIRED] Please describe the issue here:
27+
28+
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
29+
30+
#### Steps to reproduce:
31+
32+
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
33+
What's the issue repro rate? (eg 100%, 1/5 etc)
34+
35+
What happened? How can we make the problem occur?
36+
This could be a description, log/console output, etc.
37+
38+
If you have a downloadable sample project that reproduces the bug you're reporting, you will
39+
likely receive a faster response on your issue.
40+
41+
#### Relevant Code:
42+
43+
```
44+
// TODO(you): code here to reproduce the problem
45+
```

0 commit comments

Comments
 (0)