Skip to content

Commit 8052eaa

Browse files
authored
Update feature request template (#393)
* Update feature request template Update feature request template to be more clear on directions and less cluttered. * Update README with usage question info * Remove usage line
1 parent c9b6d57 commit 8052eaa

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

.github/ISSUE_TEMPLATE/---feature-request.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,11 @@ about: Have a feature you'd like to see in the functions SDK? Request it through
55
title: ''
66
labels: ''
77
assignees: ''
8-
98
---
109
<!-- DO NOT DELETE
1110
validate_template=false
1211
template_path=.github/ISSUE_TEMPLATE/---feature-request.md
1312
-->
1413

15-
<!--
16-
Thank you for contributing to the Firebase community!
17-
18-
Have a feature request?
19-
========================
2014
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:
2115
https://firebase.google.com/support/contact/bugs-features/
22-
23-
Have a usage question?
24-
=======================
25-
We get lots of those and we love helping you, but GitHub is not the best place for them and they
26-
will be closed. Here are some resources to get help:
27-
28-
- Start with the quickstart: https://firebase.google.com/docs/functions/write-firebase-functions
29-
- Go through the guide: https://firebase.google.com/docs/functions/
30-
- Read the full API reference: https://firebase.google.com/docs/reference/functions/
31-
- Browse some examples: https://github.com/firebase/functions-samples
32-
33-
If the official documentation doesn't help, try asking through our official support channels:
34-
35-
https://firebase.google.com/support/
36-
37-
*Please avoid double posting across multiple channels!*
38-
39-
Think you found a bug?
40-
=======================
41-
Don't use this form. Go back and select "Bug" from the issue type selection.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Cloud Functions is a hosted, private, and scalable Node.js environment where you
88

99
Learn more about the Firebase SDK for Cloud Functions in the [Firebase documentation](https://firebase.google.com/docs/functions/) or [check out our samples](https://github.com/firebase/functions-samples).
1010

11+
Here are some resources to get help:
12+
13+
- Start with the quickstart: https://firebase.google.com/docs/functions/write-firebase-functions
14+
- Go through the guide: https://firebase.google.com/docs/functions/
15+
- Read the full API reference: https://firebase.google.com/docs/reference/functions/
16+
- Browse some examples: https://github.com/firebase/functions-samples
17+
18+
If the official documentation doesn't help, try asking through our official support channels: https://firebase.google.com/support/
19+
20+
*Please avoid double posting across multiple channels!*
21+
1122
## Migrating to v1
1223

1324
To migrate from a beta version of firebase-functions to v1, please refer to the [migration guide](https://firebase.google.com/docs/functions/beta-v1-diff).

0 commit comments

Comments
 (0)