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