Skip to content

Contribution Workflow

Falcn8 edited this page Mar 19, 2026 · 1 revision

Contribution Workflow

External pull requests are accepted.

Before Opening a PR

  1. Keep changes focused and avoid unrelated edits.
  2. Add or update tests when behavior changes.
  3. Update docs/help when CLI behavior changes.
  4. Follow commit format: type(scope): short summary.

Build and Verify

swift build
swift test
bash scripts/build.sh
./dist/aegiro-cli --version
./dist/aegiro-cli --help

Policy Docs

Clone this wiki locally