summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume LOURS <guillaume@lours.me>2019-10-08 11:05:30 +0200
committerGuillaume Lours <guillaume.lours@docker.com>2019-10-08 11:07:04 +0200
commit70f8e38b1dbc8d34e1af4274b7e3bc756f521f99 (patch)
tree4aa5bf30c69c678ec118614b60d60954ba37254f
parent186aa6e5c3dc84f291f14e138bac75a14030832f (diff)
Add automatic labeling of bug, feature & question issues
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
-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: ''
---