Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 1.14 KB

Contribution

You're welcome to add useful actions to the repository

New contents for the project

Always base your work on the project's main branch, naming your new branch according to the following guide:

branchs

Examples: feature/new-action-name or fix/action-name

Guidelines

Observation: If the action can be triggered through a workflow_dispatch event, please add it to the trigger options on the workflow implementation. It will make tests easier.