Skip to content

Update issue.md #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 🐞 Bug report
about: Please use this template to report bugs with the Firebase C++ SDK.
labels: new
---

<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/issue.md
Expand All @@ -12,10 +13,10 @@ template_path=.github/ISSUE_TEMPLATE/issue.md

* Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: _____
* Firebase C++ SDK version: _____
* Problematic Firebase Component (Auth, Database, etc.): _____
* Other Firebase Components in use (Auth, Database, etc.): _____
* Platform you are using the C++ SDK on (Mac, Windows, or Linux): _____
* Platform you are targeting (iOS, Android, and/or desktop): _____
* Problematic Firebase Component: _____ (Auth, Database, etc.)
* Other Firebase Components in use: _____ (Auth, Database, etc.)
* Platform you are using the C++ SDK on: _____ (Mac, Windows, or Linux)
* Platform you are targeting: _____ (iOS, Android, and/or desktop)

### [REQUIRED] Please describe the issue here:

Expand Down