1
0
Fork 0
mirror of synced 2024-05-16 02:22:57 +12:00
Rare/CONTRIBUTING.md
2021-04-07 11:52:03 +02:00

867 B

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

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

Add features

Select one Card of the project and implement it or make other changes

##Git crash-course To contribute fork the repository and clone your repo. Then make your changes, add it to git with git add . and upload it to Github with git commit -m "message" and git push or with your IDE.

If you uploaded your changes, create a pull request