We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce6a73 commit 58d24e6Copy full SHA for 58d24e6
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -15,9 +15,9 @@ body:
15
16
- type: textarea
17
attributes:
18
- label: Provide a minimal code for which transform does not work
+ label: Input code
19
description: |
20
- A clear and concise description along with the code snippet for which the transform does not work.
+ Provide a minimal code for which you need transformation to be supported.
21
placeholder: |
22
```ts
23
import AWS from "aws-sdk";
@@ -32,8 +32,7 @@ body:
32
33
34
label: Expected Output
35
- description: |
36
- The expected output of the provided code snippet.
+ description: The expected transformed output for the provided code snippet.
37
38
39
import { DynamoDB } from "@aws-sdk/client-dynamodb";
0 commit comments