Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
git clone https://github.com/mandarwagh9/MachineAuth.git
cd MachineAuth
go mod download
go run ./cmd/server- Follow standard Go conventions
- Run
go fmtbefore committing - Add tests for new features
Use GitHub Issues to report bugs. Include:
- Clear description
- Steps to reproduce
- Expected vs actual behavior
Open an issue with:
- Clear description of the feature
- Use case / why it's needed
- Possible implementation approach
By contributing, you agree that your contributions will be licensed under MIT License.