Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 519 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 519 Bytes

Agreed Team Practices

  • We track work using Github issues and the project board.
  • We use trunk-based development using master as "trunk".
  • We encourage the use of short-lived Feature Branches followed by Pull Requests (PRs).
  • PR author performs the merge, and we prefer at least one approval from a PR reviewer before merge.
  • We encourage Github "squash merges" for branches with messy commits.
  • Minor fixes/doc changes, etc, can go straight to master.