You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- label: I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js-v3/issues)
19
+
and didn't find any solution.
20
+
required: true
8
21
- type: textarea
9
22
id: description
10
23
attributes:
11
24
label: Describe the bug
12
-
description: What is the problem? A clear and concise description of the bug.
25
+
description: What is the problem?
26
+
placeholder: A clear and concise description of the bug.
27
+
validations:
28
+
required: true
29
+
- type: input
30
+
id: sdk-version
31
+
attributes:
32
+
label: SDK version number
33
+
value: "@aws-sdk/package-name@version, ..."
34
+
validations:
35
+
required: true
36
+
- type: dropdown
37
+
id: runtime
38
+
attributes:
39
+
label: Which JavaScript Runtime is this issue in?
40
+
options:
41
+
- Node.js
42
+
- Browser
43
+
- React Native
44
+
validations:
45
+
required: true
46
+
- type: input
47
+
id: runtime-version
48
+
attributes:
49
+
label: Details of the browser/Node.js/ReactNative version
50
+
description: Paste output of `node -v` or `npx envinfo --browsers` or `react-native -v`
13
51
validations:
14
52
required: true
15
53
- type: textarea
16
-
id: expected
54
+
id: reproduction
17
55
attributes:
18
-
label: Expected Behavior
56
+
label: Reproduction Steps
19
57
description: |
20
-
What did you expect to happen?
58
+
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
59
+
For more complex issues provide a repo with the smallest sample that reproduces the bug.
60
+
61
+
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
62
+
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.
21
63
validations:
22
64
required: true
23
65
- type: textarea
24
-
id: current
66
+
id: observed-behavior
25
67
attributes:
26
-
label: Current Behavior
68
+
label: Observed Behavior
27
69
description: |
28
70
What actually happened?
29
71
@@ -32,15 +74,11 @@ body:
32
74
validations:
33
75
required: true
34
76
- type: textarea
35
-
id: reproduction
77
+
id: expected-behavior
36
78
attributes:
37
-
label: Reproduction Steps
79
+
label: Expected Behavior
38
80
description: |
39
-
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
40
-
For more complex issues provide a repo with the smallest sample that reproduces the bug.
41
-
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.
81
+
What did you expect to happen?
44
82
validations:
45
83
required: true
46
84
- type: textarea
@@ -59,15 +97,3 @@ body:
59
97
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
98
validations:
61
99
required: false
62
-
- type: input
63
-
id: sdk-version
64
-
attributes:
65
-
label: SDK version used
66
-
validations:
67
-
required: true
68
-
- type: input
69
-
id: environment
70
-
attributes:
71
-
label: Environment details (OS name and version, etc.)
0 commit comments