Sfoglia il codice sorgente

github: add labels to bug-report issue to better identify type

Add labels to bug-report issue to better identify type.
Also introduce label to-triage to better handle issue by CI actions.

Signed-off-by: Christian Marangi <[email protected]>
Christian Marangi 1 anno fa
parent
commit
d4c583a2ba
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/ISSUE_TEMPLATE/bug-report.yml

+ 2 - 0
.github/ISSUE_TEMPLATE/bug-report.yml

@@ -2,6 +2,8 @@ name: Bug report
 description: Create a bug report to help us improve
 description: Create a bug report to help us improve
 labels:
 labels:
   - bug
   - bug
+  - bug-report
+  - to-triage
 body:
 body:
   - type: textarea
   - type: textarea
     id: description
     id: description