From a77edb03df0f8d1123d230f87033b4f6af91a716 Mon Sep 17 00:00:00 2001 From: Dummerle <44114474+Dummerle@users.noreply.github.com> Date: Thu, 14 Jan 2021 18:25:55 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..277395d0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing + +## What you can do + +### Add translations + +1. Execute **pylupdate5 $(find -name "*.py") -ts Rare/languages/{your lang (two letters)}.ts** in project directrory +2. Modify the .ts file manually or in Qt Linguist +3. Compile the file with **lrelease Rare/languages/{lang}.ts** +4. Create a Pull request + +### Add Stylesheets + +For this you can create a .qss file in Rare/Styles/ directory. Here are some exmples: +[Qt Docs](https://doc.qt.io/qt-5/stylesheet-examples.html) + +### Add features + +Select one Feature of the Todo list or improve the code. Then you can create a Pull request