Skip to content

Commit 3e2839b

Browse files
committed
Describe how to get localstack version
1 parent 3761e09 commit 3e2839b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,17 @@ 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.
4046
placeholder: e.g. 4.8.0
4147
validations:
4248
required: true
49+
required: true
4350
- type: textarea
4451
id: steps-to-reproduce
4552
attributes:

0 commit comments

Comments
 (0)