Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 994 Bytes

File metadata and controls

44 lines (31 loc) · 994 Bytes

Contributing to MachineAuth

Thank you for your interest in contributing!

How to Contribute

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

Development Setup

git clone https://github.com/mandarwagh9/MachineAuth.git
cd MachineAuth
go mod download
go run ./cmd/server

Code Style

  • Follow standard Go conventions
  • Run go fmt before committing
  • Add tests for new features

Reporting Bugs

Use GitHub Issues to report bugs. Include:

  • Clear description
  • Steps to reproduce
  • Expected vs actual behavior

Feature Requests

Open an issue with:

  • Clear description of the feature
  • Use case / why it's needed
  • Possible implementation approach

License

By contributing, you agree that your contributions will be licensed under MIT License.