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
description: "Fixing bugs is always a great way to give back to open-source projects, and we're more than happy to answer questions and provide context."
12
+
options:
13
+
- label: "I'd be willing to implement a fix"
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Describe the bug
18
+
description: |
19
+
A clear and concise description of what the bug is. A bug is **unintended**. A feature not being implemented is **not a bug**.
20
+
placeholder: |
21
+
eg: aws-sdk-js-codemod crashes with a specific error.
22
+
validations:
23
+
required: true
24
+
25
+
- type: textarea
26
+
attributes:
27
+
label: Steps to reproduce
28
+
description: The _minimal_ steps to reproduce your issue.
29
+
placeholder: |
30
+
Please share code or minimal repo, and steps to reproduce the behavior.
31
+
validations:
32
+
required: true
33
+
34
+
- type: textarea
35
+
attributes:
36
+
label: Observed behavior
37
+
description: A clear and concise description of what happens.
38
+
placeholder: |
39
+
eg: The aws-sdk-js-codemod script returned error with the following stack trace:
40
+
validations:
41
+
required: true
42
+
43
+
- type: textarea
44
+
attributes:
45
+
label: Expected behavior
46
+
description: A clear and concise description of what you were expecting to happen.
47
+
placeholder: |
48
+
eg: The aws-sdk-js-codemod script should have run successfully.
49
+
validations:
50
+
required: true
51
+
52
+
- type: textarea
53
+
attributes:
54
+
label: Environment
55
+
render: shell
56
+
description: |
57
+
Run `aws-sdk-js-codemod --version` and paste the result into the form
58
+
placeholder: |
59
+
aws-sdk-js-codemod: 0.10.2
60
+
61
+
jscodeshift: 0.14.0
62
+
- babel: 7.20.12
63
+
- babylon: 7.20.7
64
+
- flow: 0.196.3
65
+
- recast: 0.21.5
66
+
validations:
67
+
required: true
68
+
69
+
- type: textarea
70
+
attributes:
71
+
label: Additional context
72
+
description: |
73
+
Add any other context about the problem here. Or a screenshot if applicable.
0 commit comments