diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..09b059f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +## Folder structure + +/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 + +### firejail +Any submitted modifications must work with the provided firejail profile. |