Skip to content

Commit ee8bb90

Browse files
committed
chore(*): updated workflows, formatting package and branch triggers
1 parent b52ad44 commit ee8bb90

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,27 @@ Are you in the right place?
2626
- Browser version: **\_**
2727
- Firebase UI version: **\_**
2828
- Firebase SDK version: **\_**
29+
- Package name: **\_**
2930

3031
<!-- Step 3 -->
3132

3233
### [REQUIRED] Describe the problem
3334

34-
#### Steps to reproduce:
35+
#### Steps to reproduce
3536

3637
<!--
3738
What happened? How can we make the problem occur?
3839
This could be a description, log/console output, etc.
3940
-->
4041

41-
#### Relevant Code:
42+
#### Relevant Code
4243

4344
<!--
4445
Reproduce the issue on StackBlitz and provide your forked URL
4546
or give us some sample code below
4647
-->
4748

48-
https://stackblitz.com/fork/firebase-issue-sandbox
49+
<https://stackblitz.com/fork/firebase-issue-sandbox>
4950

5051
```javascript
5152
// TODO(you): code here to reproduce the problem

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
6+
- **
77
pull_request:
88
branches:
99
- "**"

0 commit comments

Comments
 (0)