Skip to content

Commit b0f7d4c

Browse files
authored
Issue template for alpha (#4206)
1 parent 9fd3f52 commit b0f7d4c

File tree

3 files changed

+55
-6
lines changed

3 files changed

+55
-6
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: 🧪 Alpha SDK bug report
3+
about: Have you found a bug in one of our pre-release or alpha SDKs? File it here.
4+
title: ""
5+
labels: "alpha"
6+
assignees: ""
7+
---
8+
9+
<!-- Step 1 [READ THIS] -->
10+
<!--
11+
Are you in the right place?
12+
* For issues or feature requests related to __the code in this repository__
13+
file a Github issue.
14+
* If you are not yet participating in our Alpha and would like to join, use this form:
15+
https://forms.gle/bKBEm48W8EMPLaUp9
16+
* For general Alpha discussion, use the google group:
17+
https://groups.google.com/g/firebase-js-sdk-testers
18+
-->
19+
20+
<!-- Step 2 -->
21+
22+
### [REQUIRED] Describe your environment
23+
24+
* Operating System version: _____
25+
* Browser version: _____
26+
* Firebase SDK version: _____
27+
* Firebase Product: _____ (auth, database, storage, etc)
28+
29+
<!-- Step 3 -->
30+
31+
### [REQUIRED] Describe the problem
32+
33+
#### Steps to reproduce:
34+
<!--
35+
What happened? How can we make the problem occur?
36+
This could be a description, log/console output, etc.
37+
-->
38+
#### Relevant Code:
39+
40+
```javascript
41+
// TODO(you): code here to reproduce the problem
42+
```

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
name: 🐞 Bug report
3+
about: Found a bug in the JS SDK? File it here.
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
19
<!-- Step 1 [READ THIS] -->
210
<!--
311
Are you in the right place?
@@ -33,12 +41,6 @@ Are you in the right place?
3341
-->
3442
#### Relevant Code:
3543

36-
<!--
37-
Reproduce the issue on StackBlitz and provide your forked URL
38-
or give us some sample code below
39-
-->
40-
https://stackblitz.com/fork/firebase-issue-sandbox
41-
4244
```javascript
4345
// TODO(you): code here to reproduce the problem
4446
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🔥 Firebase Support
4+
url: https://firebase.google.com/support/
5+
about: If you have an urgent issue with your app in production, please contact support.

0 commit comments

Comments
 (0)