Our style guides:
Just clone this repo and open a pull request. After the pull request, wait the revisions and discussions about the changes by the ebankers.
Always send your pull requests to the master
branch. To create a pull request, please, create a branch following the style:
Branch name: insert/LANGUAGE-name-of-the-insertion
.
Branch name example: insert/html-attributes-order
Branch name: update/LANGUAGE-name-of-the-updated-section
.
Branch name example: update/js-editor-config
Branch name: delete/LANGUAGE-name-of-the-deleted-section
.
Branch name example: delete/php-indentation