Skip to content

Contribute

Buct0r edited this page Jul 15, 2026 · 2 revisions

How to Contribute

Contributions are welcome! Here's how you can help:

Reporting Issues

Open a GitHub issue for bugs, feature requests, or questions.

Pull Requests

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run the checks locally:
    go build .
    go vet ./...
    go test ./...
  5. Open a pull request

Code Conventions

  • Keep the single-package structure at repo root
  • Add new distro logos to the distroLogos map in functions.go
  • Add corresponding color entries to distroArtColors
  • Keep the embedded default config in main.go in sync with config.json
  • See AGENTS.md at the repo root for full project conventions

Clone this wiki locally