|
1 | 1 | ---
|
2 | 2 | name: Bug report
|
3 |
| -about: Create an issue to report a bug for the SAM Translator |
4 |
| -title: 'Bug: TITLE' |
| 3 | +about: Report a bug concerning the AWS SAM transform |
| 4 | +title: '' |
5 | 5 | labels: stage/needs-triage, type/bug
|
6 | 6 | assignees: ''
|
7 | 7 |
|
8 | 8 | ---
|
9 | 9 |
|
10 |
| -<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). |
11 |
| -If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> |
| 10 | +<!-- Make sure we don't have an existing issue that reports the bug you are encountering (both open and closed). |
| 11 | +If you do find an existing issue, re-open or add a comment to that issue instead of creating a new one. |
| 12 | +Add the --debug flag to any SAM CLI commands you are running. --> |
12 | 13 |
|
13 |
| -### Description: |
| 14 | +### Description |
14 | 15 | <!-- Briefly describe the bug you are facing.-->
|
15 | 16 |
|
16 | 17 |
|
| 18 | +### Steps to reproduce |
| 19 | +<!-- Provide detailed steps to reproduce the bug. Include relevant parts of the SAM template. --> |
17 | 20 |
|
18 |
| -### Steps to reproduce: |
19 |
| -<!-- Provide detailed steps to replicate the bug, including steps from third party tools (CDK, etc.) --> |
20 | 21 |
|
| 22 | +### Observed result |
| 23 | +<!-- Describe what you observed. --> |
21 | 24 |
|
22 | 25 |
|
23 |
| -### Observed result: |
24 |
| -<!-- Please provide command output with `--debug` flag set.--> |
| 26 | +### Expected result |
| 27 | +<!-- Describe what you expected. --> |
25 | 28 |
|
26 | 29 |
|
27 |
| - |
28 |
| -### Expected result: |
29 |
| -<!-- Describe what you expected.--> |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| -### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) |
| 30 | +### Additional environment details |
34 | 31 |
|
35 | 32 | 1. OS:
|
36 |
| -2. If using SAM CLI, `sam --version`: |
| 33 | +2. If using the [SAM CLI](https://github.com/aws/aws-sam-cli), `sam --version`: |
37 | 34 | 3. AWS region:
|
38 |
| - |
39 |
| -`Add --debug flag to any SAM CLI commands you are running` |
0 commit comments