-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
name: List Action | ||
description: Add an action to PyAction marketplace | ||
title: "Add X to the marketplace" | ||
description: Request to add an action to PyAction marketplace | ||
title: "Add ___ to the marketplace" | ||
labels: ["marketplace"] | ||
assignees: lnxpy | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Action name | ||
placeholder: Action name/title | ||
label: Title | ||
description: Action title | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: url | ||
- type: textarea | ||
attributes: | ||
label: Action repository | ||
placeholder: https://github.com/... | ||
label: Description | ||
description: Describe the action and tell what it does. | ||
render: markdown | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
- type: input | ||
attributes: | ||
label: Description | ||
placeholder: Describe the action and tell what it does.. | ||
label: Repository | ||
description: Repository address | ||
placeholder: https://github.com/... | ||
validations: | ||
required: true |