1
0
Fork 0
mirror of synced 2024-05-16 10:32:43 +12:00

Update logo and CONTRIBUTING.md

This commit is contained in:
Dummerle 2021-04-11 15:56:33 +02:00
parent 1973e3449e
commit a203df5e75
3 changed files with 5 additions and 4 deletions

View file

@ -19,7 +19,8 @@ exmples:
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.
## Git crash-course
To contribute fork the repository and clone **your** repo. Then make your changes, add it to git with `git add File.xy` and upload it to GitHub with `git commit -m "message"` and `git push`.
Some IDEs can do this automatically.
If you uploaded your changes, create a pull request
If you uploaded your changes, create a pull request to dev-branch

View file

@ -1,5 +1,5 @@
import os
__version__ = "1.0_beta2"
__version__ = "1.0_beta"
style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 70 KiB