We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3761e09 commit 3e2839bCopy full SHA for 3e2839b
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -36,10 +36,17 @@ body:
36
id: localstack-version
37
attributes:
38
label: LocalStack Version
39
- description: What version of LocalStack are you using?
+ 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
+ required: true
50
- type: textarea
51
id: steps-to-reproduce
52
0 commit comments