Skip to content

Commit 2c5d27e

Browse files
authored
chore: update issue templates (#2700)
1 parent 229c79d commit 2c5d27e

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,34 @@
11
---
22
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: ''
55
labels: stage/needs-triage, type/bug
66
assignees: ''
77

88
---
99

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. -->
1213

13-
### Description:
14+
### Description
1415
<!-- Briefly describe the bug you are facing.-->
1516

1617

18+
### Steps to reproduce
19+
<!-- Provide detailed steps to reproduce the bug. Include relevant parts of the SAM template. -->
1720

18-
### Steps to reproduce:
19-
<!-- Provide detailed steps to replicate the bug, including steps from third party tools (CDK, etc.) -->
2021

22+
### Observed result
23+
<!-- Describe what you observed. -->
2124

2225

23-
### Observed result:
24-
<!-- Please provide command output with `--debug` flag set.-->
26+
### Expected result
27+
<!-- Describe what you expected. -->
2528

2629

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
3431

3532
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`:
3734
3. AWS region:
38-
39-
`Add --debug flag to any SAM CLI commands you are running`

0 commit comments

Comments
 (0)