Skip to content

Commit

Permalink
docs: update contributing note
Browse files Browse the repository at this point in the history
* add license information
* add conventional commits convention
  • Loading branch information
GitMensch committed May 17, 2024
1 parent 0cdebbb commit 3e5355b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Please send patches targeting the latest master branch via
[GitHub pull requests](https://github.com/KDAB/hotspot/pulls).
[GitHub pull requests](https://github.com/KDAB/hotspot/pulls).
Mind that all contributed changes are under Hotspot's license, the GPL v2+. See [LICENSE.GPL.txt](LICENSE.GPL.txt) for more information

Make sure all tests pass before and after you are changing the code. Install and run `pre-commit` checks before
Make sure all tests pass before and after you are changing the code.
Please format your git commits per [Conventional Commits specification](https://www.conventionalcommits.org).
Install and run `pre-commit` checks before
submitting new code for review.

If you have questions or need help to get going, send a mail to [email protected].

0 comments on commit 3e5355b

Please sign in to comment.