summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas De loof <nicolas.deloof@gmail.com>2019-10-08 16:23:15 +0200
committerGitHub <noreply@github.com>2019-10-08 16:23:15 +0200
commitf9113202e83fcd7f5c91cd8878305357009e8c1e (patch)
tree6193c0cf571e63c773af2fab4a17eb557961bd7f
parent5f2161cad98b60bb12dcfc5f3a207594b89e3fa1 (diff)
parent70f8e38b1dbc8d34e1af4274b7e3bc756f521f99 (diff)
Add automatic labeling of bug, feature & question issues (#6944)
Add automatic labeling of bug, feature & question issues
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md3
-rw-r--r--.github/ISSUE_TEMPLATE/question-about-using-compose.md3
3 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 49d4691f..2f3012f6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,9 @@
---
name: Bug report
about: Report a bug encountered while using docker-compose
+title: ''
+labels: kind/bug
+assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index d53c49a7..603d34c3 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest an idea to improve Compose
+title: ''
+labels: kind/feature
+assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/question-about-using-compose.md b/.github/ISSUE_TEMPLATE/question-about-using-compose.md
index 11ef65cc..ccb4e9b3 100644
--- a/.github/ISSUE_TEMPLATE/question-about-using-compose.md
+++ b/.github/ISSUE_TEMPLATE/question-about-using-compose.md
@@ -1,6 +1,9 @@
---
name: Question about using Compose
about: This is not the appropriate channel
+title: ''
+labels: kind/question
+assignees: ''
---