Skip to content

Commit

Permalink
docs: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Nov 11, 2023
1 parent 2136d53 commit a78c183
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

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

**To Reproduce**
How to reproduce the behaviour:

1. Sample code '...'
2. Input '....'
3. Unit test '....'
Expand All @@ -21,9 +21,10 @@ How to reproduce the behaviour:
A clear and concise description of what you expected to happen.

**Environment (please complete the following information):**
- Node.js: [e.g. 16]
- Middy: [e.g. 3.0.0]
- AWS SDK [e.g. 2.1000.0]

- Node.js: [e.g. 20]
- Middy: [e.g. 5.0.0]
- AWS SDK [e.g. 3.0.0]

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

0 comments on commit a78c183

Please sign in to comment.