Skip to content

Commit ef20e43

Browse files
authored
Merge pull request #376 from FirebasePrivate/jhuleatt-issuetemplate
Create issue templates
2 parents ad90ee7 + d4bc2a3 commit ef20e43

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: ⚠️ Report a Bug
3+
about: Think you found a bug in an extension? Report it here.
4+
---
5+
6+
<!-- DO NOT DELETE
7+
validate_template=true
8+
template_path=.github/ISSUE_TEMPLATE/bug.md
9+
-->
10+
11+
### [READ] Step 1: Are you in the right place?
12+
13+
Issues filed here should be about bugs for a **specific extension in this repository**.
14+
If you have a general question, need help debugging, or fall into some
15+
other category use one of these other channels:
16+
17+
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
18+
with the firebase tag.
19+
- For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk)
20+
google group.
21+
- To file a bug against the Firebase Extensions platform, or for an issue affecting multiple extensions, please reach out to
22+
[Firebase support](https://firebase.google.com/support/troubleshooter/contact/) directly.
23+
24+
### [REQUIRED] Step 2: Describe your configuration
25+
26+
- Extension name: **\_** (`storage-resize-images`, `firestore-send-email`, etc)
27+
- Configuration values (redact info where appropriate):
28+
- **\_**
29+
- **\_**
30+
31+
### [REQUIRED] Step 3: Describe the problem
32+
33+
#### Steps to reproduce:
34+
35+
What happened? How can we make the problem occur?
36+
This could be a description, [log/console output](https://firebase.google.com/docs/extensions/manage-installed-extensions#view-logs), etc.
37+
38+
##### Expected result
39+
40+
##### Actual result

.github/ISSUE_TEMPLATE/fr.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: 💡 Feature Request
3+
about: Have a feature you'd like to see in an extension? Request it here.
4+
---
5+
6+
<!-- DO NOT DELETE
7+
validate_template=true
8+
template_path=.github/ISSUE_TEMPLATE/fr.md
9+
-->
10+
11+
### [READ] Step 1: Are you in the right place?
12+
13+
Issues filed here should be about a feature request for a **specific extension in this repository**. To file a feature request that affects multiple extensions or the Firebase Extensions platform, please reach out to
14+
[Firebase support](https://firebase.google.com/support/troubleshooter/report/features/) directly.
15+
16+
### [REQUIRED] Step 2: Extension name
17+
18+
This feature request is for extension: **\_** (`storage-resize-images`, `firestore-send-email`, etc)
19+
20+
### What feature would you like to see?
21+
22+
Describe the feature you would like to add, or how you'd like to see the extension change.
23+
24+
### How would you use it?
25+
26+
Tell us how you'd use this feature in your app.

0 commit comments

Comments
 (0)