Skip to content

Commit 2333172

Browse files
authored
Fix alpha issue template (#4216)
Fix alpha issue template
1 parent b0f7d4c commit 2333172

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/ISSUE_TEMPLATE/alpha_bug_report.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: 🧪 Alpha SDK bug report
33
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: ""
4+
title: ''
5+
labels: alpha
6+
assignees: ''
7+
78
---
89

910
<!-- Step 1 [READ THIS] -->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: 🐞 Bug report
33
about: Found a bug in the JS SDK? File it here.
4-
title: ""
5-
labels: ""
6-
assignees: ""
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
78
---
89

910
<!-- Step 1 [READ THIS] -->

0 commit comments

Comments
 (0)