You can report issues or ask questions in the issues section. Please, start your issue with [BUG]
and your question with [QUESTION]
in the subject.
If you have a question, it is recommended to search and check the closed issues first.
To submit a Pull Request, please fork this repository, create a new branch and commit your new/updated code in there. Then open a Pull Request from your new branch. Refer to the contribution guidelines for detailed instructions. When submitting a Pull Request take the next notes into consideration:
- Check that the Pull Request don't introduce a high downgrade on the code quality.
- If the Pull Request introduce new features, consider adding a documentation proposal of this feature too.
- Keep the package focused, don't add special support to other packages or to very particular situations. These changes will make the package more hard to maintain.