Просмотр исходного кода

issue templates: edit labels and projects syntax

bjornoleh 2 лет назад
Родитель
Сommit
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"
 about: Create a report to help us fix things
 title: ''
-labels: 'bug,needs-triage'
+labels: ['bug', 'needs-triage']
 assignees: ''
-projects: 'nightscout/2'
+projects: ['nightscout/2']
 
 ---
 ## Describe the bug

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

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