Skip to content

Commit 0517b60

Browse files
committed
Describe how to get localstack version
1 parent 3761e09 commit 0517b60

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,27 @@ body:
3636
id: localstack-version
3737
attributes:
3838
label: LocalStack Version
39-
description: What version of LocalStack are you using?
39+
description: |
40+
What version of LocalStack are you using?
41+
42+
You can find the version in the LocalStack startup logs or by running:
43+
curl http://localhost:4566/_localstack/info | jq '.version'
44+
45+
This helps us reproduce and diagnose your issue more effectively.
46+
placeholder: e.g. 4.8.0
47+
validations:
48+
required: true
49+
- type: input
50+
id: localstack-cli-version
51+
attributes:
52+
label: LocalStack CLI Version
53+
description: |
54+
What version of the LocalStack CLI are you using?
55+
56+
You can find the version by running:
57+
localstack --version
58+
59+
This helps us ensure compatibility and troubleshoot CLI-specific issues.
4060
placeholder: e.g. 4.8.0
4161
validations:
4262
required: true

0 commit comments

Comments
 (0)