diff --git a/.github/ISSUE_TEMPLATE/list-an-action.yml b/.github/ISSUE_TEMPLATE/list-an-action.yml index ea73dea..7c3b4eb 100644 --- a/.github/ISSUE_TEMPLATE/list-an-action.yml +++ b/.github/ISSUE_TEMPLATE/list-an-action.yml @@ -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