|
| 1 | +--- |
| 2 | +name: 🐛 Bug report |
| 3 | +about: Something isn't working as expected 🤔. |
| 4 | +labels: bug, needs-triage |
| 5 | +--- |
| 6 | + |
| 7 | +## Description |
| 8 | +<!--- A clear and concise description of what the bug is --> |
| 9 | + |
| 10 | +## Context |
| 11 | +<!--- Help us understand your use case. How does this issue impact your application? What are you trying to accomplish? --> |
| 12 | +<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
| 13 | + |
| 14 | +## Environment |
| 15 | +<!--- Include as many relevant details about the environment where the bug was discovered --> |
| 16 | +* AWS Swift SDK version used: |
| 17 | +* Operating System and version (iOS/macOS/Linux): |
| 18 | +* Xcode version (if applicable): |
| 19 | +* Swift compiler version (if applicable): |
| 20 | +* Swift Tools version (if applicable): |
| 21 | + |
| 22 | +## Reproduction Steps |
| 23 | +<!--- If possible, provide a self-contained, concise snippet of code that can be used to reproduce the issue --> |
| 24 | +<!--- For more complex issues provide a repo with the smallest sample that reproduces the bug --> |
| 25 | +<!--- Avoid including business logic or unrelated code, it makes diagnosis more difficult --> |
| 26 | +<!--- Include full errors, uncaught exceptions, stack traces, and relevant logs --> |
| 27 | +<!--- To turn on SDK logging, follow instructions here: https://github.com/awslabs/aws-sdk-swift#logging --> |
| 28 | +<!--- If service responses are relevant, please include wirelogs (after removing any sensitive content!) --> |
| 29 | + |
| 30 | +## Observed Behavior |
| 31 | +<!--- Tell us what happens instead of the expected behavior --> |
| 32 | + |
| 33 | +## Expected Behavior |
| 34 | +<!--- Tell us what should happen --> |
| 35 | + |
| 36 | +## Possible Solution |
| 37 | +<!--- Not required, but suggest a fix for the bug --> |
| 38 | + |
| 39 | + |
0 commit comments