Contributing
Help us make Cntrl better.
First off, thank you for considering contributing to Cntrl!
Philosophy
Before you dive in, please keep in mind the project's core philosophy:
- Simple: We want to keep the feature set focused.
- Lightweight: Avoid adding heavy dependencies unless absolutely necessary.
- Windows Native: We prioritize a clean, native experience for Windows users.
Getting Started
To work on Cntrl locally, you'll need:
- Go 1.21+
- Node.js (if you're working on the documentation)
Local Development
- Clone the repository:
git clone https://github.com/azaek/cntrl.git - Build the binary for testing:
go build ./cmd/cntrl - To test the release flow (GoReleaser):
# Requires goreleaser installed goreleaser build --snapshot --clean --single-target
Documentation
The documentation is built with Fuma Docs. To run it locally:
cd docs
npm run devPull Requests
- Small is better: We prefer small, focused pull requests.
- Explain the "Why": Include a clear description of the problem your PR solves.
- Consistency: Try to follow the existing code style.
Thank you for being part of the community! 🚀