Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 841 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 841 Bytes

Contributing

To contribute to the project, follow these steps:

  1. Fork the repository
  2. Make all the changes you consider
  3. Make a pull request

I will try to answer as fast as posible. If i don't answer, send me an email.

If the link doesn't work, my email is [email protected]

Contributing rules

  1. Check the code before making the pull request\

I am not a code reviewer. I will try to check the code that is merged, but errors can go trough.

  1. Try to follow the steps below when creating the module.
  2. Document every method and variable and be consisent with naming conventions.
  3. If you are going to make the module a class, return a new() method, not the class.
  4. Comments have to be brief.
  5. Make documentation descriptions short and understandable.