Procházet zdrojové kódy

issue templates: edit labels and projects syntax

bjornoleh před 2 roky
rodič
revize
55d2c6415c

+ 2 - 2
.github/ISSUE_TEMPLATE/bug-report.md

@@ -2,9 +2,9 @@
 name: "\U0001F41B Bug report"
 name: "\U0001F41B Bug report"
 about: Create a report to help us fix things
 about: Create a report to help us fix things
 title: ''
 title: ''
-labels: 'bug,needs-triage'
+labels: ['bug', 'needs-triage']
 assignees: ''
 assignees: ''
-projects: 'nightscout/2'
+projects: ['nightscout/2']
 
 
 ---
 ---
 ## Describe the bug
 ## Describe the bug

+ 2 - 2
.github/ISSUE_TEMPLATE/feature-request.md

@@ -2,9 +2,9 @@
 name: "\U0001F4A1 Feature request \U0001F4A1"
 name: "\U0001F4A1 Feature request \U0001F4A1"
 about: Suggest an idea for this project
 about: Suggest an idea for this project
 title: ''
 title: ''
-labels: 'feature,needs-triage'
+labels: ['feature', 'needs-triage']
 assignees: ''
 assignees: ''
-projects: 'nightscout/2'
+projects: ['nightscout/2']
 
 
 ---
 ---