Skip to content

Commit edb3d27

Browse files
authored
Update issue templates (firebase#382)
* Update issue templates Adding two templates for easier filing. * Delete duplicate bug report template * Add related issue field to bug template * Make spacing consistent Also, changed "related issue" to "related issues" * Update feature request template Updates to be more consistent with firebase-tools feature request template in firebase/firebase-tools#1094
1 parent d7c09b7 commit edb3d27

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: "\U0001F4A1 Feature Request"
3+
about: Have a feature you'd like to see in the functions SDK? Request it through our
4+
support channel
5+
title: ''
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
11+
<!--
12+
Thank you for contributing to the Firebase community!
13+
14+
Have a feature request?
15+
========================
16+
Great, we love hearing how we can improve our products! However, GitHub is not the place to submit them. Please submit your feature requests to:
17+
https://firebase.google.com/support/contact/bugs-features/
18+
19+
Have a usage question?
20+
=======================
21+
We get lots of those and we love helping you, but GitHub is not the best place for them and they
22+
will be closed. Here are some resources to get help:
23+
24+
- Start with the quickstart: https://firebase.google.com/docs/functions/write-firebase-functions
25+
- Go through the guide: https://firebase.google.com/docs/functions/
26+
- Read the full API reference: https://firebase.google.com/docs/reference/functions/
27+
- Browse some examples: https://github.com/firebase/functions-samples
28+
29+
If the official documentation doesn't help, try asking through our official support channels:
30+
31+
https://firebase.google.com/support/
32+
33+
*Please avoid double posting across multiple channels!*
34+
35+
Think you found a bug?
36+
=======================
37+
Don't use this form. Go back and select "Bug" from the issue type selection.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: "⚠️ Report a Bug"
3+
about: Think you found a bug in the SDK? Report it here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
### Related issues
10+
11+
<!-- Are there any related firebase-functions issues that you found on this topic before deciding to open a new issue? Please link them here-->
12+
13+
### [REQUIRED] Version info
14+
15+
<!-- What versions of the following libraries are you using? Note that your issue may already
16+
be fixed in the latest versions. -->
17+
18+
**node:**
19+
<!-- Run node --version and print the output here-->
20+
21+
**firebase-functions:**
22+
23+
**firebase-tools:**
24+
<!-- Run firebase --version and print the output here-->
25+
26+
**firebase-admin:**
27+
28+
### [REQUIRED] Test case
29+
30+
<!-- Provide a minimal, complete, and verifiable example (http://stackoverflow.com/help/mcve) -->
31+
32+
33+
### [REQUIRED] Steps to reproduce
34+
35+
<!-- Provide the steps needed to reproduce the issue given the above test case. -->
36+
37+
38+
### [REQUIRED] Expected behavior
39+
40+
<!-- What is the expected behavior? -->
41+
42+
43+
### [REQUIRED] Actual behavior
44+
45+
<!-- Please copy and paste any error logs from https://console.firebase.google.com/project/_/functions/logs.
46+
If you're experiencing a deployment issue, please copy and paste the entirety of firebase-debug.log -->
47+
48+
### Were you able to successfully deploy your functions?
49+
50+
<!-- When you ran `firebase deploy`, did you see any error messages? -->

0 commit comments

Comments
 (0)