Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

GitHub style

René Van Der Schueren edited this page Mar 24, 2023 · 6 revisions

Commit messages

  • Don't make to many commits
  • start with a gitmoji
  • Under 50 characters
  • end with issue number

Examples:

  • 🐛 fix broken fixtures #112
  • 💄 restyle navbar #67
  • ✨ add photo page #11

Branch names

  • start with issue number
  • use - as spaces
  • not to long

Examples:

  • 52-fix-fixtures
  • 116-navbar-restyle

PR names

  • start with a gitmoji
  • Can be a bit longer
  • Include reference to the closed issues in your PR description

Examples:

  • 🐛 fixes broken fixtures
  • ⚡ rewrite endpoint to reduce database calls
Clone this wiki locally