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

Examples:

  • 🐛 fix broken fixtures
  • 💄 restyle navbar
  • ✨ add photo page

Branch names

  • start with branch 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

Examples:

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