Commit a465e19 1 parent defa223 commit a465e19 Copy full SHA for a465e19
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
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"
4
4
labels : ["marketplace"]
5
5
assignees : lnxpy
6
6
body :
7
7
- type : input
8
- id : name
9
8
attributes :
10
- label : Action name
11
- placeholder : Action name/ title
9
+ label : Title
10
+ description : Action title
12
11
validations :
13
12
required : true
14
13
15
- - type : input
16
- id : url
14
+ - type : textarea
17
15
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
20
19
validations :
21
20
required : true
22
21
23
- - type : markdown
22
+ - type : input
24
23
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/...
27
27
validations :
28
28
required : true
You can’t perform that action at this time.
0 commit comments