Skip to content

Commit

Permalink
Add important files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummerle committed Feb 17, 2021
1 parent f192025 commit bcb4765
Show file tree
Hide file tree
Showing 6 changed files with 735 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Loading

1 comment on commit bcb4765

@lashukagamer2012
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Please sign in to comment.