Skip to content

Contributing to GitHub Actions

Thank you for your interest in contributing to helpers4 GitHub Actions! We want to make the process as easy and transparent as possible.

  1. Fork the repository
  2. Clone your fork locally
  3. Create a branch: git checkout -b feat/description

Each action lives in its own directory:

conventional-commits/
├── action.yml       # Action manifest
├── scripts/         # Action scripts
└── README.md        # Action documentation
  1. Use Conventional Commits:
    • feat: — New action or enhancement
    • fix: — Bug fix
    • docs: — Documentation change
    • test: — Test addition or fix
  2. Ensure the action works correctly
  3. Update documentation if needed
  4. Open a PR with a clear description
  • Search first — Check existing issues to avoid duplicates
  • Clear description — Include the action name, workflow context, and steps to reproduce
  • Logs — Attach relevant GitHub Actions workflow logs if applicable

This project follows the helpers4 Code of Conduct. By participating, you are expected to uphold this code.