We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca39ee commit defa223Copy full SHA for defa223
.github/ISSUE_TEMPLATE/list-an-action.yml
@@ -0,0 +1,28 @@
1
+name: List Action
2
+description: Add an action to PyAction marketplace
3
+title: "Add X to the marketplace"
4
+labels: ["marketplace"]
5
+assignees: lnxpy
6
+body:
7
+ - type: input
8
+ id: name
9
+ attributes:
10
+ label: Action name
11
+ placeholder: Action name/title
12
+ validations:
13
+ required: true
14
+
15
16
+ id: url
17
18
+ label: Action repository
19
+ placeholder: https://github.com/...
20
21
22
23
+ - type: markdown
24
25
+ label: Description
26
+ placeholder: Describe the action and tell what it does..
27
28
0 commit comments