|
1 | | -name: "\U0001F41B Bug Report" |
2 | | -description: File a bug report |
| 1 | +--- |
| 2 | +name: "🐛 Bug Report" |
| 3 | +description: Report a bug |
3 | 4 | title: "(short issue description)" |
4 | 5 | labels: [bug, needs-triage] |
| 6 | +assignees: [] |
5 | 7 | body: |
6 | | - - type: checkboxes |
7 | | - id: terms |
8 | | - attributes: |
9 | | - label: Documentation |
10 | | - description: Please confirm. |
11 | | - options: |
12 | | - - label: I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) |
13 | | - required: true |
14 | | - - label: I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for answers |
15 | | - required: true |
16 | | - - label: I've searched for [previous similar issues](https://github.com/aws/aws-sdk-go-v2/issues) and didn't find any solution |
17 | | - required: true |
18 | | - |
19 | 8 | - type: textarea |
20 | 9 | id: description |
21 | 10 | attributes: |
22 | 11 | label: Describe the bug |
23 | | - description: A clear and concise description of what the bug is. |
| 12 | + description: What is the problem? A clear and concise description of the bug. |
24 | 13 | validations: |
25 | 14 | required: true |
26 | | - |
27 | 15 | - type: textarea |
28 | 16 | id: expected |
29 | 17 | attributes: |
30 | | - label: Expected behavior |
| 18 | + label: Expected Behavior |
31 | 19 | description: | |
32 | | - Tell us what should happen. |
| 20 | + What did you expect to happen? |
33 | 21 | validations: |
34 | 22 | required: true |
35 | | - |
36 | 23 | - type: textarea |
37 | 24 | id: current |
38 | 25 | attributes: |
39 | | - label: Current behavior |
| 26 | + label: Current Behavior |
40 | 27 | description: | |
41 | | - Tell us what happens instead of the expected behavior. |
42 | | - Include full errors, uncaught exceptions, stack traces, and relevant logs. |
43 | | - To turn on SDK logging, follow instructions here: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-logging.html |
44 | | - If service responses are relevant, please include wirelogs. |
| 28 | + What actually happened? |
| 29 | + |
| 30 | + Please include full errors, uncaught exceptions, stack traces, and relevant logs. |
| 31 | + If service responses are relevant, please include wire logs. |
45 | 32 | validations: |
46 | | - required: true |
47 | | - |
| 33 | + required: true |
48 | 34 | - type: textarea |
49 | 35 | id: reproduction |
50 | 36 | attributes: |
51 | | - label: Steps to Reproduce |
| 37 | + label: Reproduction Steps |
52 | 38 | description: | |
53 | 39 | Provide a self-contained, concise snippet of code that can be used to reproduce the issue. |
54 | 40 | For more complex issues provide a repo with the smallest sample that reproduces the bug. |
| 41 | + |
55 | 42 | Avoid including business logic or unrelated code, it makes diagnosis more difficult. |
| 43 | + 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. |
56 | 44 | validations: |
57 | 45 | required: true |
58 | | - |
59 | 46 | - type: textarea |
60 | 47 | id: solution |
61 | 48 | attributes: |
|
64 | 51 | Suggest a fix/reason for the bug |
65 | 52 | validations: |
66 | 53 | required: false |
| 54 | + - type: textarea |
| 55 | + id: context |
| 56 | + attributes: |
| 57 | + label: Additional Information/Context |
| 58 | + description: | |
| 59 | + 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. |
| 60 | + validations: |
| 61 | + required: false |
67 | 62 |
|
68 | 63 | - type: input |
69 | 64 | id: Go-sdk-version |
|
0 commit comments