Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

33 lines (26 loc) · 1.03 KB

Contribute to Códimo

CI Configuration

Skip CI

When is not necessary to execute the CI in a commit it needs be added [ci skip] to the commit description or title.

Add a CHANGELOG entry for every PR

TODO this section

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • Consider starting the commit message with an applicable emoji:
    • 🎨 when improving the format/structure of the code
    • 🏇 when improving performance
    • 📝 when writing docs
    • 🚀 when adding new feature
    • 🐛 when fixing a bug
    • 🔥 when removing code or files
    • ⚙️ when refactoring code
    • 💚 when fixing the CI build
    • ✅ when adding tests
    • 🆕 when added new dependencies
    • ⬆ when upgrading dependencies
    • ⬇ when downgrading dependencies
    • 🗑️ when removing dependencies
    • 👕 when removing linter warnings