From d593a228bc8d20ec2f99784ceb6a4e53db469516 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 14 Jan 2017 22:02:37 +0100 Subject: Updated Contributing --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09b059f..58ba086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,17 @@ -## Folder structure +### Folder structure + folder | description + ------ | ----------- /src | source code /src/widgets | subclassed Qt widgets /src/forms | Qt UI forms and classes /src/webengine | QWebEngine* subclasses /test | test run location, mainly for QtCreator -## Code style -## Testing +### QtCreator +* In the project Run Settings set the working directory to _$repo/test_, and the +command line arguments to _-c ./config.ini_. ### firejail Any submitted modifications must work with the provided firejail profile. -- cgit v1.2.1