Skip to content

Latest commit

 

History

History
85 lines (80 loc) · 2.49 KB

bug-report.yml

File metadata and controls

85 lines (80 loc) · 2.49 KB
NameAboutLabelsAssignees
🐛 Bug ReportReport a bugbug,needs-triage

What is the problem? A clear and concise description of the bug.

What did you expect to happen?

What actually happened?

Please include full errors, uncaught exceptions, stack traces, and relevant logs.
If service responses are relevant, please include wire logs.

Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
For more complex issues provide a repo with the smallest sample that reproduces the bug.

Avoid including business logic or unrelated code, it makes diagnosis more difficult.
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.

Suggest a fix/reason for the bug

Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.

Output of go mod graph or go.mod file listing the github.com/aws/* entries.

output of the go version command