Skip to content

Commit 7a3ccac

Browse files
authored
Update and rename firebase-cpp-sdk-issue.md to issue.md
1 parent a1b3281 commit 7a3ccac

File tree

2 files changed

+35
-23
lines changed

2 files changed

+35
-23
lines changed

.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Firebase C++ Sample issue
3+
about: Report issues with the Firebase C++ Sample.
4+
labels: new
5+
---
6+
<!-- DO NOT DELETE
7+
validate_template=true
8+
template_path=.github/ISSUE_TEMPLATE/issue.md
9+
-->
10+
11+
### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues)
12+
13+
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
14+
15+
### [REQUIRED] Please fill in the following fields:
16+
17+
* Which Firebase Sample? (Auth, Database, etc.): _____
18+
* Firebase C++ SDK version: _____
19+
* Additional SDKs you are using (Facebook, AdMob, etc.): _____
20+
* Platform you are using the SDK on (Mac, Windows, or Linux): _____
21+
* Platform you are targeting (iOS, Android, and/or desktop): _____
22+
23+
### [REQUIRED] Please describe the issue here:
24+
25+
(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.)
26+
27+
#### Steps to reproduce:
28+
29+
What's the issue repro rate? (eg 100%, 1/5 etc)
30+
31+
What happened? How can we make the problem occur?
32+
This could be a description, log/console output, etc.
33+
34+
If you have a downloadable sample project that reproduces the bug you're reporting, you will
35+
likely receive a faster response on your issue.

0 commit comments

Comments
 (0)