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

chore: add issue types to GitHub issue templates

Jakob Borg пре 9 месеци
родитељ
комит
c50678618f
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      .github/ISSUE_TEMPLATE/01-feature.yml
  2. 1 0
      .github/ISSUE_TEMPLATE/02-bug.yml

+ 1 - 0
.github/ISSUE_TEMPLATE/01-feature.yml

@@ -1,6 +1,7 @@
 name: Feature request
 name: Feature request
 description: File a new feature request
 description: File a new feature request
 labels: ["enhancement", "needs-triage"]
 labels: ["enhancement", "needs-triage"]
+type: Feature
 body:
 body:
 
 
   - type: textarea
   - type: textarea

+ 1 - 0
.github/ISSUE_TEMPLATE/02-bug.yml

@@ -1,6 +1,7 @@
 name: Bug report
 name: Bug report
 description: If you're actually looking for support instead, see "I need help / I have a question".
 description: If you're actually looking for support instead, see "I need help / I have a question".
 labels: ["bug", "needs-triage"]
 labels: ["bug", "needs-triage"]
+type: Bug
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     attributes: