Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 252 Bytes

branch_guidelines.md

File metadata and controls

13 lines (8 loc) · 252 Bytes

DuckEngine Branch Guidelines

Naming Branches

Format: [ feature | release | fix ] - [ short-descriptive-name ]

Example: feature-duck-physics

Rules

  • Must be all lowercase
  • No whitespaces, use hyphens (-) instead
  • Must be appropriate