Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

23 lines (19 loc) · 1.07 KB

Contribution Guidelines

The following is a set of guidelines for contributing to this project and its packages, which are most likely hosted on a private GitLab server of Kreativgebiet.

Making a commit

  • 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:
    • 🎨 :art: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 📝 :memo: when doing something on the styleguide
    • 🐛 :bug: when fixing a bug
    • 🔥 :fire: when removing code or files
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies
    • 👕 :shirt: when removing linter warnings

When using CI

When only changing documentation, include [ci skip] in the commit description :green_heart: :green_heart: when fixing the CI build