Skip to content

Commit

Permalink
Merge branch 'main' into feature/cmake-preset-from-file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdeveloper authored Jul 11, 2024
2 parents 9782648 + a6199ee commit 6486a85
Show file tree
Hide file tree
Showing 92 changed files with 1,282 additions and 9,790 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/--general-question.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: ➕ Feature Request
description: If you have a feature request for the Firebase Unity SDK, file it here.
title: "[FR]: "
labels: ["new", "type: feature request"]
body:
- type: markdown
attributes:
value: |
A good feature request ideally
* is either immediately obvious (e.g. _Add Sign in with Apple support_), or
* starts with a use case that is not achievable with the existing
Firebase API and includes a brief API proposal that would make the use
case possible.
- type: textarea
attributes:
label: Description
description: |
Describe the feature request. Provide the following:
1. Use case
2. How the Firebase Unity SDK _currently_ handles it
3. How you propose the Firebase Unity SDK _should_ handle it
placeholder: |
1. ...
2. ...
3. ...
validations:
required: true
- type: textarea
attributes:
label: API Proposal
description: |
If your feature request requires API changes, describe the changes and the
new API's signature and usage.
validations:
required: false
- type: dropdown
attributes:
label: Firebase Product(s)
description: Which Firebase products does this feature request apply to?
multiple: true
options:
- All
- AB Testing
- Analytics
- App Check
- App Distribution
- Authentication
- Crashlytics
- Database
- DynamicLinks
- Firestore
- Functions
- In-App Messaging
- Installations
- ML Model Downloader
- Messaging
- Performance
- Remote Config
- Storage
- type: dropdown
attributes:
label: Targeted Platform(s)
description: What platform(s) is the feature request for?
multiple: true
options:
- Apple Platforms
- Android
- Desktop
133 changes: 133 additions & 0 deletions .github/ISSUE_TEMPLATE/general-question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
name: ❓ General question
description: Please use this template to report issues with the Firebase Unity SDK.
title: '[Question] '
labels:
- new
- 'type: question'
body:
- type: textarea
attributes:
label: What is your question?
description: Describe the question.
validations:
required: true
- type: input
attributes:
label: Firebase Unity SDK Version
description: What version of the Firebase Unity SDK has this issue?
placeholder: 11.8.1
validations:
required: true
- type: input
attributes:
label: Unity editor version
description: What version of the Unity editor is being used?
placeholder: 2022.3.13f1
validations:
required: true
- type: dropdown
attributes:
label: Installation Method
description: How did you add Firebase to your project?
options:
- .unitypackage
- Unity Package Manager
validations:
required: true
- type: dropdown
attributes:
label: Problematic Firebase Component(s)
description: Which Firebase components are causing issues?
multiple: true
options:
- All
- AB Testing
- Analytics
- App Check
- App Distribution
- Authentication
- Crashlytics
- Database
- DynamicLinks
- Firestore
- Functions
- In-App Messaging
- Installations
- ML Model Downloader
- Messaging
- Performance
- Remote Config
- Storage
- type: dropdown
attributes:
label: Other Firebase Component(s) in use
description: Which other Firebase components are being used?
multiple: true
options:
- All
- AB Testing
- Analytics
- App Check
- App Distribution
- Authentication
- Crashlytics
- Database
- DynamicLinks
- Firestore
- Functions
- In-App Messaging
- Installations
- ML Model Downloader
- Messaging
- Performance
- Remote Config
- Storage
- type: textarea
attributes:
label: Additional SDKs you are using
description: 'What additional, non-Firebase SDKs are being used?'
placeholder: 'Facebook, AdMob, etc.'
validations:
required: false
- type: dropdown
attributes:
label: Targeted Platform(s)
description: What platform(s) is the issue affecting?
multiple: true
options:
- Apple Platforms
- Android
- Desktop
validations:
required: true
- type: dropdown
attributes:
label: Unity editor platform
description: What platform are you using the Unity editor on?
multiple: true
options:
- Mac
- Windows
- Linux
validations:
required: true
- type: dropdown
attributes:
label: Scripting Runtime
description: What scripting runtime is being used?
multiple: true
options:
- Mono
- IL2CPP
validations:
required: true
- type: dropdown
attributes:
label: Release Distribution Type
description: What release distribution is being used?
multiple: true
options:
- 'Pre-built SDK from https://firebase.google.com/download/unity'
- Open-source from this repo
validations:
required: true
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/issue.md

This file was deleted.

Loading

0 comments on commit 6486a85

Please sign in to comment.