Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 708 Bytes

File metadata and controls

26 lines (21 loc) · 708 Bytes

Contributing Guidelines

How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Code Style

  • Follow Go standards and conventions
  • Use clear, descriptive variable names
  • Comment complex logic
  • Write tests for new features

Pull Request Process

  1. Update documentation as needed
  2. Add tests for new features
  3. Ensure all tests pass
  4. Request review from maintainers

Code of Conduct

  • Be respectful and inclusive
  • Focus on constructive feedback
  • Help others learn and grow