Skip to content

Commit da8081e

Browse files
authored
Update issue templates
1 parent 141f3d7 commit da8081e

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: "❓ General question"
3+
about: Describe this issuPlease use this template to ask general question with the
4+
External Dependency Manager for Unity (EDM4U)e template's purpose here.
5+
title: "[Question] "
6+
labels: 'type: question'
7+
assignees: ''
8+
9+
---
10+
11+
<!-- DO NOT DELETE
12+
validate_template=true
13+
template_path=.github/ISSUE_TEMPLATE/question.md
14+
-->
15+
16+
### [READ] For Firebase Unity SDK question, please report to [Firebase Unity Sample](https://github.com/firebase/quickstart-unity/issues/new/choose)
17+
18+
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
19+
20+
### [REQUIRED] Please fill in the following fields:
21+
22+
* Unity editor version: _____
23+
* External Dependency Manager version: _____
24+
* Source you installed EDM4U: _____ (.unitypackage or Unity Package Manager)
25+
* Features in External Dependency Manager in use: _____ (Android Resolver, iOS Resolver, VersionHandler, etc.)
26+
* Plugins SDK in use: _____ (Firebase, Admob, Facebook, etc.)
27+
* Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux)
28+
29+
### [REQUIRED] Please describe the question here:

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
name: ➕ Feature request
3-
about: If you have a feature request for the External Dependency Manager for Unity, file it here.
2+
name: "➕ Feature request"
3+
about: If you have a feature request for the External Dependency Manager for Unity,
4+
file it here.
5+
title: "[FR] "
46
labels: 'type: feature request'
7+
assignees: ''
8+
59
---
610

711
<!-- DO NOT DELETE

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
name: 🐞 Bug report
3-
about: Please use this template to report issues with the External Dependency Manager for Unity (EDM4U)
2+
name: "\U0001F41E Bug report"
3+
about: Please use this template to report issues with the External Dependency Manager
4+
for Unity (EDM4U)
5+
title: "[BUG]"
46
labels: new
7+
assignees: ''
8+
59
---
610

711
<!-- DO NOT DELETE

0 commit comments

Comments
 (0)