qterminal-packaging/CONTRIBUTING.md
Andrew Lee (李健秋) 5a1e2ec42e Adding upstream version 0.6.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-16 00:50:31 +08:00

834 B

Bug reports

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

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

Code contributions

For all code contributions, please open a pull request on Github: https://github.com/qterminal/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/