From 636f607053c70111825c9206d296c797bf552142 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 20 Jul 2019 11:32:46 -0300 Subject: [PATCH] docs: improve issue templates Signed-off-by: Carlos Alexandro Becker --- .github/ISSUE_TEMPLATE/Bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/Feature_request.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 1255c136b..b5fe508ac 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +labels: bug --- **Describe the bug** @@ -26,4 +27,5 @@ A clear and concise description of what you expected to happen. - GoReleaser Version [goreleaser --version] **Additional context** -Add any other context about the problem here. +Add any other context about the problem here. Full output log with debug on +is probably a helpful thing to add here. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index a09db44fb..23564059d 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +labels: enhancement --- **Is your feature request related to a problem? Please describe.**