Skip to content

Commit 58d24e6

Browse files
authored
Update feature request issue template (#19)
1 parent 9ce6a73 commit 58d24e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ body:
1515

1616
- type: textarea
1717
attributes:
18-
label: Provide a minimal code for which transform does not work
18+
label: Input code
1919
description: |
20-
A clear and concise description along with the code snippet for which the transform does not work.
20+
Provide a minimal code for which you need transformation to be supported.
2121
placeholder: |
2222
```ts
2323
import AWS from "aws-sdk";
@@ -32,8 +32,7 @@ body:
3232
- type: textarea
3333
attributes:
3434
label: Expected Output
35-
description: |
36-
The expected output of the provided code snippet.
35+
description: The expected transformed output for the provided code snippet.
3736
placeholder: |
3837
```ts
3938
import { DynamoDB } from "@aws-sdk/client-dynamodb";

0 commit comments

Comments
 (0)