Contributing to GitHub Actions
Contributing to GitHub Actions
Section titled “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.
Getting Started
Section titled “Getting Started”- Fork the repository
- Clone your fork locally
- Create a branch:
git checkout -b feat/description
Development
Section titled “Development”Each action lives in its own directory:
Pull Request Process
Section titled “Pull Request Process”- Use Conventional Commits:
feat:— New action or enhancementfix:— Bug fixdocs:— Documentation changetest:— Test addition or fix
- Ensure the action works correctly
- Update documentation if needed
- Open a PR with a clear description
Reporting Issues
Section titled “Reporting Issues”- 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
Code of Conduct
Section titled “Code of Conduct”This project follows the helpers4 Code of Conduct. By participating, you are expected to uphold this code.