Thanks for your interest in contributing!
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/osiris-lite.git - Create a branch:
git checkout -b feature-name - Make your changes
- Commit and push
- Open a Pull Request against
https://github.com/Enigma-Dark/osiris-lite
- Go 1.21+ required
- Run
go build ./cmd/osiris-liteto build - Follow idiomatic Go practices (
go fmt,golint, etc.) - Keep it simple and maintainable
- Check existing issues before creating new ones
- Provide clear reproduction steps
- If relevant, include SSH configs, Dockerfiles, or minimal rsync examples