Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 1.13 KB

How to contribute

I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition.

Here are some important resources:

Submitting changes

Please send a GitHub Pull Request with a clear list of what you've done. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).

Always write a clear log message for your commits. One-line messages are fine, should look like this:

$ git commit -m " YourAction #TagOfTheIssue | The Detail "

Example :

$ git commit -m "  Resolve #75 | Add ticket status history on detail page  "

Coding conventions

Start reading our code and you'll get the hang of it.

We optimize with the commande of PhpStorm : CTRL+ALT+L

Thanks !