Skip to content

Issue template for alpha #4206

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 3 commits into from
Dec 16, 2020
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
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/alpha_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: 🧪 Alpha SDK bug report
about: Have you found a bug in one of our pre-release or alpha SDKs? File it here.
title: ""
labels: "alpha"
assignees: ""
---

<!-- 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 you are not yet participating in our Alpha and would like to join, use this form:
https://forms.gle/bKBEm48W8EMPLaUp9
* For general Alpha discussion, use the google group:
https://groups.google.com/g/firebase-js-sdk-testers
-->

<!-- Step 2 -->

### [REQUIRED] Describe your environment

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

<!-- Step 3 -->

### [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:

```javascript
// TODO(you): code here to reproduce the problem
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: 🐞 Bug report
about: Found a bug in the JS SDK? File it here.
title: ""
labels: ""
assignees: ""
---

<!-- Step 1 [READ THIS] -->
<!--
Are you in the right place?
Expand Down Expand Up @@ -33,12 +41,6 @@ Are you in the right place?
-->
#### Relevant Code:

<!--
Reproduce the issue on StackBlitz and provide your forked URL
or give us some sample code below
-->
https://stackblitz.com/fork/firebase-issue-sandbox

```javascript
// TODO(you): code here to reproduce the problem
```
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🔥 Firebase Support
url: https://firebase.google.com/support/
about: If you have an urgent issue with your app in production, please contact support.