From 9271ee7369095b713b34e8b4c83f15bbf53f6d78 Mon Sep 17 00:00:00 2001 From: Jacob Fuss <32497805+jfuss@users.noreply.github.com> Date: Wed, 5 Dec 2018 12:53:54 -0800 Subject: [PATCH] docs: Issue templates for bug and feature requests (#726) --- .github/ISSUE_TEMPLATE/Bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 19 ++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000000..2ebb75fcd27d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create an Issue to report a bug +--- + + + +### Description + +Briefly describe the bug you are facing. + +### Steps to reproduce + +Provide steps to replicate. + +### Observed result + +Please provide command output with `--debug` flag set. + +### Expected result + +Describe what you expected. + +### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) + +1. OS: +2. `sam --version`: + +`Add --debug flag to command you are running` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000000..ab8a0813020f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea/feature/enhancement +--- + + + +### Describe your idea/feature/enhancement + +Provide a clear description. Ex. I wish SAM CLI would [...] + +### Proposal + +Add details of how to add this to the product. + +Things to consider: +1. Will this require any updates to the [SAM Spec](https://github.com/awslabs/serverless-application-model) + +### Additional Details