Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.02 KB

File metadata and controls

21 lines (14 loc) · 1.02 KB

Contributing to Golazo

Thanks for your interest in contributing to Golazo! All contributions are welcomed. This document outlines the process for contributing to the project.

Submitting Changes

  1. Create an issue describing the feature/bug fix you want to work on
  2. Create a feature branch from main
  3. Make your changes and ensure go build is successful
  4. Update documentation if needed
  5. 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.

Getting Help

Thank you for contributing to Golazo!