Skip to content

Commit 8cdc35b

Browse files
authored
Update issue templates
1 parent d40e7f1 commit 8cdc35b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
2-
name: ⚠️ Report a Bug
2+
name: "⚠️ Report a Bug"
33
about: Think you found a bug in the SDK? Report it here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
48
---
59

610
<!-- DO NOT DELETE
711
validate_template=true
812
template_path=.github/ISSUE_TEMPLATE/bug.md
913
-->
1014

15+
1116
### [READ] Step 1: Are you in the right place?
17+
**Thank you for submitting your issue. We are operating at reduced capacity from Dec 18 2020 to Jan 4 2020. Please expect delayed responses. For more urgent requests please reach us via our support channels https://firebase.google.com/support**
1218

1319
Issues filed here should be about bugs in __the code in this repository__.
1420
If you have a general question, need help debugging, or fall into some
@@ -39,4 +45,4 @@ This could be a description, log/console output, etc.
3945

4046
```
4147
// TODO(you): code here to reproduce the problem
42-
```
48+
```

.github/ISSUE_TEMPLATE/fr.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
name: 💡 Feature Request
2+
name: "\U0001F4A1 Feature Request"
33
about: Have a feature you'd like to see in the Android SDK? Request it here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
48
---
59

610
<!-- DO NOT DELETE

0 commit comments

Comments
 (0)