Преглед на файлове

Add automatic labeling of bug, feature & question issues (#6944)

Add automatic labeling of bug, feature & question issues
Nicolas De loof преди 6 години
родител
ревизия
f9113202e8
променени са 3 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 3 0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 3 0
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 3 0
      .github/ISSUE_TEMPLATE/question-about-using-compose.md

+ 3 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,6 +1,9 @@
 ---
 ---
 name: Bug report
 name: Bug report
 about: Report a bug encountered while using docker-compose
 about: Report a bug encountered while using docker-compose
+title: ''
+labels: kind/bug
+assignees: ''
 
 
 ---
 ---
 
 

+ 3 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,6 +1,9 @@
 ---
 ---
 name: Feature request
 name: Feature request
 about: Suggest an idea to improve Compose
 about: Suggest an idea to improve Compose
+title: ''
+labels: kind/feature
+assignees: ''
 
 
 ---
 ---
 
 

+ 3 - 0
.github/ISSUE_TEMPLATE/question-about-using-compose.md

@@ -1,6 +1,9 @@
 ---
 ---
 name: Question about using Compose
 name: Question about using Compose
 about: This is not the appropriate channel
 about: This is not the appropriate channel
+title: ''
+labels: kind/question
+assignees: ''
 
 
 ---
 ---