Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

38 lines (33 loc) · 1.97 KB

Contribution Rule

About the commits

Format

All commit messages MUST respect the following format :

:emoji1: :emoji2: short description of modifications.

Rules

  1. Short description must begin by a Capitalize character.
  2. Each commit must write in the present.
  3. You must add one emoji or more to help people about changes made in project.
  4. If you post an WiP commit, you MUST indicate it by the emoji 🚧
  5. Respect Markdown rules.
  6. Respect emoji description below to indicate the modification made in the commit.

Emoji description

Emoji Emoji code Description
📰 :newspaper: When you update documentations.
🎨 :art: When you write major code modifications.
📝 :pencil: When you perform minor code modifications.
🐎 :racehorse: When you improve code performances.
📚 :books When you write docs on source code.
:sparkles: When you add new features.
🐛 :bug: When fixing a bug
☔: :umbrella: When you write test.
🔥 :fire: When you remove features or file.
🚧 :construction: When you commit code on Work in Progress state.
⬆️ :arrow_up: When upgrading dependencies.
⬇️ :arrow_down: When downgrading dependencies.

How to report a bug ?

This section is 🚧.

How to suggest a new feature ?

This section is 🚧.