Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 740 Bytes

File metadata and controls

27 lines (20 loc) · 740 Bytes

Contributing to Osiris Lite

Thanks for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork:
    git clone https://github.com/your-username/osiris-lite.git
  3. Create a branch:
    git checkout -b feature-name
  4. Make your changes
  5. Commit and push
  6. Open a Pull Request against https://github.com/Enigma-Dark/osiris-lite

Development

  • Go 1.21+ required
  • Run go build ./cmd/osiris-lite to build
  • Follow idiomatic Go practices (go fmt, golint, etc.)
  • Keep it simple and maintainable

Issues

  • Check existing issues before creating new ones
  • Provide clear reproduction steps
  • If relevant, include SSH configs, Dockerfiles, or minimal rsync examples