Skip to content

Instantly share code, notes, and snippets.

View mateusfbsoares's full-sized avatar
💻
Computer Engineering student at CIn UFPE

Mateus Ferreira mateusfbsoares

💻
Computer Engineering student at CIn UFPE
View GitHub Profile
@mateusfbsoares
mateusfbsoares / semantic-commit-messages.md
Last active January 23, 2024 16:35 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Commit Guidelines

Format: <type>(<scope>): <subject>

<scope> is optional

Types:

  • feat: new feature added or any new implementation (eg. add push notification, implement Plot class)
  • fix: bug fix