Maintainers

May 10, 2026 ยท View on GitHub

Gitify is maintained by a small team. Each forge adapter has at least one designated maintainer responsible for triage, review, and CI for that adapter.

Core maintainers

Forge adapter maintainers

ForgeMaintainerSource
GitHub@setchy, @afonsojramossrc/renderer/utils/forges/github/
Gitea@bircni, @afonsojramossrc/renderer/utils/forges/gitea/

Adding a new forge

See CONTRIBUTING.md for the policy. In short:

  1. Open an issue proposing the forge and volunteering as its maintainer.
  2. Implement the forge behind the ForgeAdapter interface in src/renderer/utils/forges/<forge-id>/.
  3. Register the adapter in src/renderer/utils/forges/registry.ts.
  4. Add yourself to the table above and to CODEOWNERS for the adapter directory.