diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49d4691fb..2f3012f61 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 d53c49a79..603d34c38 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 11ef65ccf..ccb4e9b33 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: '' ---