-
Notifications
You must be signed in to change notification settings - Fork 46
copy over issue template #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: "❓ General question" | ||
about: Please use this template to ask general question with Firebase Unity SDK | ||
title: "[Question] " | ||
labels: 'new, type: question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- DO NOT DELETE | ||
validate_template=true | ||
template_path=.github/ISSUE_TEMPLATE/--general-question.md | ||
--> | ||
|
||
### [REQUIRED] Please fill in the following fields: | ||
|
||
* Unity editor version: _____ | ||
* Firebase Unity SDK version: _____ | ||
* Source you installed the SDK: _____ (.unitypackage or Unity Package Manager) | ||
* Problematic Firebase Component: _____ (Auth, Database, etc.) | ||
* Other Firebase Components in use: _____ (Auth, Database, etc.) | ||
* Additional SDKs you are using: _____ (Facebook, AdMob, etc.) | ||
* Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux) | ||
* Platform you are targeting: _____ (iOS, Android, and/or desktop) | ||
* Scripting Runtime: _____ (Mono, and/or IL2CPP) | ||
* Pre-built SDK from the [website](https://firebase.google.com/download/unity) or open-source from this repo: _____ | ||
|
||
### [REQUIRED] Please describe the question here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: ➕ Feature request | ||
about: If you have a feature request for the Firebase Unity SDK, file it here. | ||
title: "[FR] " | ||
labels: 'new, type: feature request' | ||
--- | ||
|
||
<!-- DO NOT DELETE | ||
validate_template=true | ||
template_path=.github/ISSUE_TEMPLATE/feature-request.md | ||
--> | ||
|
||
### [READ] Guidelines | ||
|
||
When filing a feature request please make sure the issue title starts with "[FR]". | ||
|
||
A good feature request ideally | ||
* is either immediately obvious (i.e. "Add Sign in with Apple support"), or | ||
* starts with a use case that is not achievable with the existing Firebase API and | ||
includes an API proposal that would make the use case possible. The proposed API | ||
change does not need to be very specific. | ||
|
||
Once you've read this section, please delete it and fill out the rest of the template. | ||
|
||
### Feature proposal | ||
|
||
* Firebase Component: _____ (Auth, Core, Database, Firestore, Messaging, Storage, etc) | ||
|
||
Describe your use case and/or feature request here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: 🐞 Bug report | ||
about: Please use this template to report issues with the Firebase Unity SDK. | ||
title: "[Bug] " | ||
labels: 'new, type: question' | ||
--- | ||
|
||
<!-- DO NOT DELETE | ||
validate_template=true | ||
template_path=.github/ISSUE_TEMPLATE/issue.md | ||
--> | ||
|
||
### [REQUIRED] Please fill in the following fields: | ||
|
||
* Unity editor version: _____ | ||
* Firebase Unity SDK version: _____ | ||
* Source you installed the SDK: _____ (.unitypackage or Unity Package Manager) | ||
* Problematic Firebase Component: _____ (Auth, Database, etc.) | ||
* Other Firebase Components in use: _____ (Auth, Database, etc.) | ||
* Additional SDKs you are using: _____ (Facebook, AdMob, etc.) | ||
* Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux) | ||
* Platform you are targeting: _____ (iOS, Android, and/or desktop) | ||
* Scripting Runtime: _____ (Mono, and/or IL2CPP) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Recommend to add one more fields
|
||
* Pre-built SDK from the [website](https://firebase.google.com/download/unity) or open-source from this repo: _____ | ||
|
||
### [REQUIRED] Please describe the issue here: | ||
|
||
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.) | ||
|
||
#### Steps to reproduce: | ||
|
||
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? | ||
What's the issue repro rate? (eg 100%, 1/5 etc) | ||
|
||
What happened? How can we make the problem occur? | ||
This could be a description, log/console output, etc. | ||
|
||
If you have a downloadable sample project that reproduces the bug you're reporting, you will | ||
likely receive a faster response on your issue. | ||
|
||
#### Relevant Code: | ||
|
||
``` | ||
// TODO(you): code here to reproduce the problem | ||
``` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend to add one more fields