aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-09 18:19:25 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-09 18:19:25 +0100
commit76355b791ca70b756edd44526a77144c16fe43f1 (patch)
tree49cc09ee6c87d084f91e92788d366cb938c3acaa /CONTRIBUTING.md
parentAdded bookmark dialog (diff)
downloadsmolbote-76355b791ca70b756edd44526a77144c16fe43f1.tar.xz
Updated readme and contributing
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_.