File tree Expand file tree Collapse file tree 2 files changed +30
-20
lines changed Expand file tree Collapse file tree 2 files changed +30
-20
lines changed Original file line number Diff line number Diff line change 1
- name : Bug Report
1
+ name : Bug Report (transform)
2
2
description : Create a report to help us improve
3
3
title : " [Bug?]: "
4
4
labels : ["bug", "triage"]
12
12
options :
13
13
- label : " I'd be willing to implement a fix"
14
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: Running transform "transformName" on the provided input causes it to crash.
22
- validations :
23
- required : true
24
-
25
15
- type : dropdown
26
16
id : template-name
27
17
attributes :
33
23
validations :
34
24
required : true
35
25
26
+ - type : textarea
27
+ attributes :
28
+ label : Describe the bug
29
+ description : |
30
+ A clear and concise description of what the bug is. A bug is **unintended**. A feature not being implemented is **not a bug**.
31
+ placeholder : |
32
+ eg: Running transform "transformName" on the provided input causes it to crash.
33
+ validations :
34
+ required : true
35
+
36
36
- type : textarea
37
37
attributes :
38
38
label : Input code
62
62
label : Expected output
63
63
description : Thw output file you expected to see.
64
64
placeholder : |
65
- ### Expected Output
66
65
```ts
67
66
import { DynamoDB } from "@aws-sdk/client-dynamodb";
68
67
@@ -80,13 +79,13 @@ body:
80
79
description : |
81
80
Run `aws-sdk-js-codemod --version` and paste the result into the form
82
81
placeholder : |
83
- aws-sdk-js-codemod: 0.1.0
82
+ aws-sdk-js-codemod: 0.10.2
84
83
85
- jscodeshift: 0.13.1
86
- - babel: 7.17.5
87
- - babylon: 7.17.3
88
- - flow: 0.172.0
89
- - recast: 0.20 .5
84
+ jscodeshift: 0.14.0
85
+ - babel: 7.20.12
86
+ - babylon: 7.20.7
87
+ - flow: 0.196.3
88
+ - recast: 0.21 .5
90
89
validations :
91
90
required : true
92
91
Original file line number Diff line number Diff line change 1
- name : Feature Request
1
+ name : Feature Request (transform)
2
2
description : These issues are for **concrete and actionable proposals**. If you just have
3
- a general problem that you would like to brainstorm, open a Discussion instead .
3
+ a general problem that you would like to brainstorm, open a generic feature request .
4
4
title : " [Feature]: "
5
5
labels : ["enhancement"]
6
6
13
13
options :
14
14
- label : " I'd be willing to implement this feature"
15
15
16
+ - type : dropdown
17
+ id : template-name
18
+ attributes :
19
+ label : Template name
20
+ description : Which template are you adding this feature request for?
21
+ options :
22
+ - v2-to-v3
23
+ - N/A (described above)
24
+ validations :
25
+ required : true
26
+
16
27
- type : textarea
17
28
attributes :
18
29
label : Input code
You can’t perform that action at this time.
0 commit comments