diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..27d29d044b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create an issue to report a bug for the SAM Translator +title: '' +labels: '' +assignees: '' + +--- + + + +### Description: + + + + +### Steps to reproduce: + + + + +### Observed result: + + + + +### Expected result: + + + + +### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) + +1. OS: +2. If using SAM CLI, `sam --version`: +3. AWS region: + +`Add --debug flag to any SAM CLI commands you are running` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..144feb3fb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea/feature/enhancement for the SAM Translator +title: '' +labels: '' +assignees: '' + +--- + + + +### Describe your idea/feature/enhancement + +Provide a clear description. + +Ex: I wish the SAM Translator would [...] + +### Proposal + +Add details on how to add this to the product. + +Things to consider: +[ ] The [SAM documentation](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) will need to be updated + +### Additional Details