To contribute to the project, follow these steps:
- Fork the repository
- Make all the changes you consider
- 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]
- 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.
- Try to follow the steps below when creating the module.
- Document every method and variable and be consisent with naming conventions.
- If you are going to make the module a class,
return
anew()
method, not the class. - Comments have to be brief.
- Make documentation descriptions short and understandable.