From 43e112fad756e21a2c379ef7d58e6affd5c681d3 Mon Sep 17 00:00:00 2001 From: softprops Date: Fri, 19 Oct 2018 15:43:59 -0400 Subject: [PATCH] break single general issue template into two specialized templates --- .../bug_report.md} | 16 ++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++ 2 files changed, 31 insertions(+), 8 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (63%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 63% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index b478978a5..ded04c7a1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,26 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +--- + -# This is a (Bug Report / Feature Proposal) +# This is a Bug Report ## Description -For bug reports: * What went wrong? * What did you expect should have happened? * What was the config you used? * What stacktrace or error message from your provider did you see? -For feature proposals: -* What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us. -* If there is additional config how would it look - Similar or dependent issues: * #12345 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..1374800f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for serverless framework +--- + + + +# This is a Feature Proposal + +## Description + +* What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us. +* If there is additional config how would it look + +Similar or dependent issues: +* #12345