1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

Create CONTRIBUTING.md

This commit is contained in:
Dummerle 2021-01-14 18:25:55 +01:00 committed by GitHub
parent 71286a0a07
commit a77edb03df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
CONTRIBUTING.md Normal file
View file

@ -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