Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 831 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 831 Bytes

Bug reports

Please file bugs on the qterminal github tracker: https://github.com/lxqt/qterminal/issues

Please file qtermwidget-related bugs on the qtermwidget github tracker: https://github.com/lxqt/qtermwidget/issues

Code contributions

For all code contributions, please open a pull request on Github: https://github.com/lxde/qterminal/

Make sure your code is clean, devoid of debug statements and respects the style of the rest of the file (including line length and indentation).

Do not pollute the git history with unnecessary commits! Make sure each of your commits compiles to ensure ease of bisection and have clear separation of one feature or bugfix per commit.

Please also make sure you set your git.name and git.email options properly: https://help.github.com/articles/setting-your-email-in-git/