aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7641c13..c9e9d7e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ Please include the following when reporting bugs:
### Hooks
Symlink the hooks:
```
-ln -s ../../util/pre-commit.sh .git/hooks/pre-commit
+[smolbote repo]$ ln -s ../../util/pre-commit.sh .git/hooks/pre-commit
```
### Versioning
@@ -42,6 +42,9 @@ Major bugfixes and each new feature should get a revision.
/src/webengine | QWebEngine* subclasses
/test | test run location, mainly for QtCreator
+### Licensing
+Please include an appropriate license header in any file you add.
+
### QtCreator
* In the project Run Settings set the working directory to _$repo/test_, and the
command line arguments to _-c ./config.ini_.