Skip to content

Commit 9799296

Browse files
authored
Create bug_report.md
1 parent 0528c0b commit 9799296

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: If something isn't working as expected 🤔.
4+
5+
---
6+
7+
## Bug Report
8+
<!--
9+
Thank you for reporting an issue.
10+
11+
Please fill in as much of the template below as you're able.
12+
-->
13+
14+
### Version
15+
16+
<!--
17+
List the versions & crates of the aws-rust-sdk you are using.
18+
19+
`cargo install cargo-tree`
20+
(see install here: https://github.com/sfackler/cargo-tree)
21+
22+
Then:
23+
24+
`cargo tree | grep aws-sdk-`
25+
-->
26+
27+
### Platform
28+
29+
<!---
30+
Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
31+
-->
32+
33+
### AWS Services
34+
35+
<!--
36+
If relevant, please specify the impacted services. Otherwise, delete this
37+
section.
38+
-->
39+
40+
### Description
41+
42+
<!--
43+
44+
Enter your issue details below this comment.
45+
46+
One way to structure the description:
47+
48+
<short summary of the bug>
49+
50+
I tried this code:
51+
52+
<code sample that causes the bug>
53+
54+
I expected to see this happen: <explanation>
55+
56+
Instead, this happened: <explanation>
57+
-->

0 commit comments

Comments
 (0)