Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 674 Bytes

File metadata and controls

25 lines (17 loc) · 674 Bytes

Contributing

Branches

  • main is the protected default branch — push directly for solo work, open PRs for collaborative changes
  • Feature branches: feat/short-description
  • Fix branches: fix/short-description

Commit style

Follow Conventional Commits:

  • feat: new feature
  • fix: bug fix
  • chore: maintenance, deps, config
  • docs: documentation only
  • refactor: code change that is neither fix nor feature

Running locally

See each repo's README for setup instructions.

Secrets

Never commit secrets. All credentials are stored in ForgeArc org secrets and accessed via GitHub Actions or Codespaces.