Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.5 KB

CONTRIBUTING.md

File metadata and controls

56 lines (41 loc) · 2.5 KB

Contribuer à la Sfeir School Node.JS

Toute contribution doit correspondre à une issue !

Commits

⚠️ une pull request peut être fermée sans être mergée sans un joli message de commit 😉

Merci d'utiliser le style d'atom:

  • 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 after the first line
  • When only changing documentation, include [ci skip] in the commit title
  • Consider starting the commit message with an applicable emoji:
    • 🎨 :art: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 🚱 :non-potable_water: when plugging memory leaks
    • 📝 :memo: when writing docs
    • 🐧 :penguin: when fixing something on Linux
    • 🍎 :apple: when fixing something on macOS
    • 🏁 :checkered_flag: when fixing something on Windows
    • 🐛 :bug: when fixing a bug
    • 🔥 :fire: when removing code or files
    • 💚 :green_heart: when fixing the CI build
    • :white_check_mark: when adding tests
    • 🔒 :lock: when dealing with security
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies
    • 👕 :shirt: when removing linter warnings

Nous avons aussi les éléments supplémentaires suivants:

  • 🎁 :gift: when adding/updating a feature
  • 🔧 :wrench: when updating tools
  • 🔦 :flashlight: when adding logging
  • 📝 :memo: when writing docs
  • 🚧 :construction: for work in progress
  • 🚚 :truck: when moving files

Organisation du dépôt

Exercices

Ils sont dans le répertoire exercices sur la branche master.

Projet express

Le projet se trouve dans le répertoire projet sur la branche master.

Code de conduite

L'utilisation de pull requests est indispensable. Merci de consulter le sfeir-open-source/code-of-conduct.