Skip to content

Commit

Permalink
chore: update bug issue template (#3171)
Browse files Browse the repository at this point in the history
* Update ---bug-report.md

* Update ---questions---help.md

* chore: update issue template

* Update ---bug-report.md
  • Loading branch information
ajredniwja committed Apr 7, 2020
1 parent 6e24274 commit d95b9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Example: v2.466.0
* For browsers, the SDK version number is in the script tag <pre>src=".../aws-sdk-<b>2.466.0</b>.min.js"</pre>
* For Node.js, get SDK version by
* running command `npm list aws-sdk` from your root directory
* printing the output of `AWS.VERSION` in your code where `AWS = require("aws-sdk");`
* printing the output of `console.log(AWS.VERSION)` in your code where `AWS = require("aws-sdk");`
* if running on Lambda and using SDK provided by Lambda runtime, you can find the SDK versions [here](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)

**To Reproduce (observed behavior)**
Steps to reproduce the behavior (please share code or minimal repo)
Expand Down

0 comments on commit d95b9c7

Please sign in to comment.