1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/CONTRIBUTING.md
2021-03-31 23:11:37 +02:00

25 lines
681 B
Markdown

# Contributing
## What you can do
To Contribute first fork the repository
### 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```
### Add Stylesheets
For this you can create a .qss file in Rare/Styles/ directory or modify the existing RareStyle.qss file. Here are some
exmples:
[Qt Docs](https://doc.qt.io/qt-5/stylesheet-examples.html)
### Add features
Select one Card of the project and implement it or make other changes
If you made your changes, create a pull request