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
| Forge | Maintainer | Source |
|---|---|---|
| GitHub | @setchy, @afonsojramos | src/renderer/utils/forges/github/ |
| Gitea | @bircni, @afonsojramos | src/renderer/utils/forges/gitea/ |
Adding a new forge
See CONTRIBUTING.md for the policy. In short:
- Open an issue proposing the forge and volunteering as its maintainer.
- Implement the forge behind the
ForgeAdapterinterface insrc/renderer/utils/forges/<forge-id>/. - Register the adapter in
src/renderer/utils/forges/registry.ts. - Add yourself to the table above and to
CODEOWNERSfor the adapter directory.