Thank you for your interest in contributing to lancher! We welcome contributions of all kinds.
- Go 1.22 or higher
- git
- Fork and clone the repository:
git clone https://github.com/YOUR_USERNAME/lancher.git
cd lancher- Create a feature branch:
git checkout -b feature/your-feature-namemake buildmake run ARGS="list"
make run ARGS="create"Or with Go:
go run ./cmd/lancher listmake testmake install # Install to ~/.local/bin
make uninstall # Remove- Test your changes:
make test && make build - Commit with clear messages
- Push to your fork
- Open a Pull Request
- Check Issues
- Visit lancher.dev
Thank you for contributing!