Thanks for your interest in contributing to Golazo! All contributions are welcomed. This document outlines the process for contributing to the project.
- Create an issue describing the feature/bug fix you want to work on
- Create a feature branch from
main - Make your changes and ensure
go buildis successful - Update documentation if needed
- Submit a pull request with a clear description that references the issue (e.g., "Fixes #123")
Note: Every pull request must reference an existing issue. This helps maintain project organization and ensures all changes are properly tracked and discussed.
- Check existing issues and discussions
- Review the CHANGELOG.md for recent changes
- Examine the scripts/ directory for development utilities
Thank you for contributing to Golazo!