Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.27 KB

File metadata and controls

24 lines (16 loc) · 1.27 KB

Maintainers

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:

  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.