Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,29 @@ assignees: ''

---

**Describe the bug**
## Describe the bug
A clear and concise description of what the bug is.

**SDK version number**
## Your environment
#### SDK version number
`@aws-sdk/package-name@version`

**Is the issue in the browser/Node.js/ReactNative?**
#### Is the issue in the browser/Node.js/ReactNative?
Browser/Node.js/ReactNative

**Details of the browser/Node.js/ReactNative version**
#### Details of the browser/Node.js/ReactNative version
Paste output of `npx envinfo --browsers` or `node -v` or `react-native -v`

**To Reproduce (observed behavior)**
Steps to reproduce the behavior (please share code or minimal repo)
## Steps to reproduce
Please share code or minimal repo, and steps to reproduce the behavior.
#### Observed behavior
A clear and concise description of what happens.

**Expected behavior**
A clear and concise description of what you expected to happen.
#### Expected behavior
A clear and concise description of what you were expecting to happen.

**Screenshots**
#### Screenshots
If applicable, add screenshots to help explain your problem.

**Additional context**
## Additional context
Add any other context about the problem here.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ assignees: ''

---

**Is your feature request related to a problem? Please describe.**
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
### Describe the solution you'd like
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
### Additional context
Add any other context or screenshots about the feature request here.
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/--documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ assignees: ''

---

**Describe the issue with documentation**
## Describe the issue with documentation
A clear and concise description of what the issue is.

**To Reproduce (observed behavior)**
Steps to reproduce the behavior (please share code or minimal repo)
## Steps to reproduce
Please share code or minimal repo if required, and steps to reproduce the behavior.
#### Observed behavior
A clear and concise description of what happens.

**Expected behavior**
A clear and concise description of what you expected to happen.
#### Expected behavior
A clear and concise description of what you were expecting to happen.

**Screenshots**
#### Screenshots
If applicable, add screenshots to help explain your problem.

**Additional context**
## Additional context
Add any other context about the problem here.