Contribution Guidelines
How to Contribute
1. Fork and Clone
git clone https://github.com/YOUR_USERNAME/go-common.git
cd go-common2. Create a Branch
git checkout -b feature/your-feature-name
# or
git checkout -b fix/issue-description3. Make Changes
4. Run Tests and Linting
5. Submit a Pull Request
Code Guidelines
Documentation
Testing
Code Style
Package Structure
Celebrate 🎉
Last updated