Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 18 additions & 10 deletions ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### [READ] Step 1: Are you in the right place?

<!-- Step 1 [READ THIS] -->
<!--
Are you in the right place?
* For issues or feature requests related to __the code in this repository__
file a Github issue.
* If this is a __feature request__ make sure the issue title starts with "FR:".
Expand All @@ -10,23 +11,30 @@
* For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized
[Firebase support channel](https://firebase.google.com/support/).
-->

<!-- Step 2 -->

### [REQUIRED] Step 2: Describe your environment
### [REQUIRED] Describe your environment

* Operating System version: _____
* Firebase SDK version: _____
* Library version: _____
* Firebase Product: _____ (auth, database, storage, etc)

### [REQUIRED] Step 3: Describe the problem

#### Steps to reproduce:
<!-- Step 3 -->

What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
### [REQUIRED] Describe the problem

#### Steps to reproduce:
<!--
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
-->
#### Relevant Code:

```
<!-- Fork this JSBin, provide your own URL, or a simple code snippet below -->
http://jsbin.com/rinilu/edit?js,console

```javascript
// TODO(you): code here to reproduce the problem
```
File renamed without changes.