Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 549 Bytes

How to contribute

First of all, thanks for your interest in this project!

Coding conventions

If you want to contribute by making a pull request, some basic rules should be followed. Either use a EditorConfig plugin for your IDE (it will choose good settings automatically), or try to follow these rules:

  • Use 4 spaces for indentation
  • Do not leave spaces on empty lines, or spaces at the end of lines
  • Ensure your files end with a new line

Pull Request

  • Please do not include version changes in your PR