Skip to content

Commit

Permalink
Update list-an-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy authored Nov 29, 2024
1 parent defa223 commit a465e19
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/list-an-action.yml
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

0 comments on commit a465e19

Please sign in to comment.