Skip to content

Commit a465e19

Browse files
authored
Update list-an-action.yml
1 parent defa223 commit a465e19

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
+12-12
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
name: List Action
2-
description: Add an action to PyAction marketplace
3-
title: "Add X to the marketplace"
2+
description: Request to add an action to PyAction marketplace
3+
title: "Add ___ to the marketplace"
44
labels: ["marketplace"]
55
assignees: lnxpy
66
body:
77
- type: input
8-
id: name
98
attributes:
10-
label: Action name
11-
placeholder: Action name/title
9+
label: Title
10+
description: Action title
1211
validations:
1312
required: true
1413

15-
- type: input
16-
id: url
14+
- type: textarea
1715
attributes:
18-
label: Action repository
19-
placeholder: https://github.com/...
16+
label: Description
17+
description: Describe the action and tell what it does.
18+
render: markdown
2019
validations:
2120
required: true
2221

23-
- type: markdown
22+
- type: input
2423
attributes:
25-
label: Description
26-
placeholder: Describe the action and tell what it does..
24+
label: Repository
25+
description: Repository address
26+
placeholder: https://github.com/...
2727
validations:
2828
required: true

0 commit comments

Comments
 (0)