Skip to content

Commit bfb4ca6

Browse files
authored
Merge pull request #136 from firebase/chkuang-g-patch-2
Create feature-request.md
2 parents a577462 + abfdb58 commit bfb4ca6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
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: If you have a feature request for the Firebase C++ SDK, file it here.
4+
labels: 'type: feature request'
5+
---
6+
<!-- DO NOT DELETE
7+
validate_template=true
8+
template_path=.github/ISSUE_TEMPLATE/feature-request.md
9+
-->
10+
### [READ] Guidelines
11+
12+
When filing a feature request please make sure the issue title starts with "FR:".
13+
14+
A good feature request ideally
15+
* is either immediately obvious (i.e. "Add Sign in with Apple support"), or
16+
* starts with a use case that is not achievable with the existing Firebase API and
17+
includes an API proposal that would make the use case possible. The proposed API
18+
change does not need to be very specific.
19+
20+
Once you've read this section, please delete it and fill out the rest of the template.
21+
22+
### Feature proposal
23+
24+
* Firebase Component: _____ (Auth, Core, Database, Firestore, Messaging, Storage, etc)
25+
26+
Describe your use case and/or feature request here.

0 commit comments

Comments
 (0)