Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 827 Bytes

File metadata and controls

29 lines (19 loc) · 827 Bytes

Contributing

Thanks for improving BeforeCode.

Workflow

Maintainers may use a lightweight direct-to-main workflow for small verified changes. External contributors should open a pull request.

README Ownership

The maintainer owns the root README and updates it whenever installation, CLI commands, supported project types, repository structure, release status, or main workflow changes.

Quality rules

  • Keep Markdown readable and structured.
  • Update affected docs with each feature.
  • Prefer practical examples over abstract filler.
  • Add or update tests for CLI behavior.
  • Do not overwrite user files by default in CLI behavior.

Commit style

Use clear conventional-style messages when possible:

feat(cli): add handoff command
docs: improve project type guide
chore(release): prepare v0.1.0