From 0fcc4688f1115af87741721fa90d9bd21116bb22 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 3 Oct 2019 17:49:30 +0200 Subject: [PATCH] default labels per ISSUE_TEMPLATE type --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_requests.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 611a2c421..e73c0e177 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: You're experiencing an issue with Packer that is different than the documented behavior. - +labels: bug --- When filing a bug, please include the following headings if possible. Any diff --git a/.github/ISSUE_TEMPLATE/feature_requests.md b/.github/ISSUE_TEMPLATE/feature_requests.md index ff2a6fb3d..a9a2cdeba 100644 --- a/.github/ISSUE_TEMPLATE/feature_requests.md +++ b/.github/ISSUE_TEMPLATE/feature_requests.md @@ -1,7 +1,7 @@ --- name: Feature Request about: If you have something you think Packer could improve or add support for. - +labels: enhancement --- Please search the existing issues for relevant feature requests, and use the diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 79537bfad..09ebbe85d 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,7 @@ --- name: Question about: If you have a question, please check out our other community resources instead of opening an issue. - +labels: question --- Issues on GitHub are intended to be related to bugs or feature requests, so we