-
Notifications
You must be signed in to change notification settings - Fork 0
Contribute
Buct0r edited this page Jul 15, 2026
·
2 revisions
Contributions are welcome! Here's how you can help:
Open a GitHub issue for bugs, feature requests, or questions.
- Fork the repository
- Create a feature branch
- Make your changes
- Run the checks locally:
go build . go vet ./... go test ./...
- Open a pull request
- Keep the single-package structure at repo root
- Add new distro logos to the
distroLogosmap infunctions.go - Add corresponding color entries to
distroArtColors - Keep the embedded default config in
main.goin sync withconfig.json - See
AGENTS.mdat the repo root for full project conventions