qterminal-packaging/CONTRIBUTING.md
Alf Gaida 8efa303345 Cherry-picking upstream version 0.6.0+20151227.
Removed dbg package in favor of dbgsym.
Fixied debian/docs
Simplifed debian/rules
Renamed debian/qterminal.manpages to debian/manpages
2015-12-27 17:57:16 +01:00

831 B

Bug reports

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

Please file qtermwidget-related bugs on the qtermwidget github tracker: https://github.com/lxde/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/