Files
Coworker/CONTRIBUTING.md
MrSphay 2ec18964b7
Some checks failed
Codex Template Compliance / compliance (push) Successful in 7s
Release Dry Run / release-dry-run (push) Failing after 44s
Build / build (push) Failing after 45s
Initial Coworker app scaffold
2026-06-19 01:07:16 +02:00

587 B

Contributing

Coworker is built through Gitea Actions. Keep local work lightweight and use the Ubuntu runners for dependency setup, tests, builds, packaging, and release checks.

Workflow

  1. Check git status --short --branch.
  2. Keep changes focused.
  3. Update docs when behavior or release artifacts change.
  4. Push and watch Gitea workflows.
  5. Fix failed runner checks before considering work complete.

Commands

Run on Gitea runners:

npm install
npm run lint
npm run test
npm run build
npm run package:win
npm run audit

Local:

git diff --check