Skip to content

Issues, Questions and Pull Requests

Diego Smania edited this page Mar 9, 2024 · 5 revisions

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.

You may also use the issues to propose changes for the Wiki Pages, in that case use [WIKI] at the beginning of 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 for the Wiki documentation.
  • 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.