Преглед изворни кода

issue templates: edit labels and projects syntax

bjornoleh пре 2 година
родитељ
комит
55d2c6415c
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 2 2
      .github/ISSUE_TEMPLATE/feature-request.md

+ 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']
 
 
 ---
 ---