Skip to content

Latest commit

 

History

History
144 lines (134 loc) · 4.25 KB

bug-report.yml

File metadata and controls

144 lines (134 loc) · 4.25 KB
NameAboutLabelsAssignees
🐛 Bug ReportReport a bugbug,needs-triage

Thanks for taking the time to fill out this bug report!

⚠️ Please read this before filling out the form below:
If the bug you are reporting is a security-related issue or a security vulnerability,
please report it via Report a security vulnerability instead of this template.

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

Regression Issue

What is a regression? If it worked in a previous version but doesn’t in the latest version, it’s considered a regression. In this case, please provide specific version number in the report.

Specify the last known CDK version where this code was functioning as expected (if applicable).

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 cdk version

E.g. TypeScript (3.8.3) | Java (8) | Python (3.7.3)

e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, slack, etc