-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add license information * add conventional commits convention
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. |