Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.23 KB

File metadata and controls

22 lines (16 loc) · 1.23 KB

How to contribute

If you've found an issue or want to request a new feature:

  • check the issues first
  • open an new issue in the issue tracker filling out all sections of the template, including a minimal working example or screenshots so others can independently and completely reproduce the problem

If you want to contribute to a feature:

  • post your proposal on the issue tracker
  • fork the repo, make your change (adhering to existing coding, commenting, and docstring styles)
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request.

Working on report text rendering or translations:

  • right-to-left (Arabic/Persian) rendering, zero-width non-joiner (ZWNJ) handling, report fonts and how to add another right-to-left language are documented in process/subprocesses/RTL_RENDERING.md