Skip to content

Commit 0213f96

Browse files
jshcrowtheMatt Gaunt
authored and
Matt Gaunt
committed
Add @pinarx to the CODEOWNERS for messaging update sandbox URL (#466)
1 parent 4a39794 commit 0213f96

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ packages/storage @sphippen
1919
packages/storage-types @sphippen
2020

2121
# Messaging Code
22-
packages/messaging @gauntface
23-
packages/messaging-types @gauntface
24-
integration/messaging @gauntface
22+
packages/messaging @gauntface @pinarx
23+
packages/messaging-types @gauntface @pinarx
24+
integration/messaging @gauntface @pinarx
2525

2626
# Auth Code
2727
packages/auth @bojeil-google @wti806 @tmsch

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ Are you in the right place?
3232
-->
3333
#### Relevant Code:
3434

35-
<!-- Fork this JSBin, provide your own URL, or a simple code snippet below -->
36-
http://jsbin.com/rinilu/edit?js,console
35+
<!--
36+
Reproduce the issue on StackBlitz and provide your forked URL
37+
or give us some sample code below
38+
-->
39+
https://stackblitz.com/fork/firebase-issue-sandbox
3740

3841
```javascript
3942
// TODO(you): code here to reproduce the problem

0 commit comments

Comments
 (0)