- Feel free to do bug fixes when you see something that aren't working or are missing.
- If you're unsure of how to do something, ask for help with the code you're trying to fix.
- If you're unable to ask for help with the issue you found in a source code, create an issue.
- If you wanna do more than just bug fixes, i kindly ask you to talk with me on discord first. MAX#1000
- If you are unable to talk with me on discord, create an issue and we'll discuss it there.
- If you have a good idea for a new feature, please create an issue or talk with me on discord.
- I do love new good ideas, but I'm not sure if I'll accept them or not therefore an issue or talk with me on discord first to see if this is something i can do.
always use following:
- Black
- Isort
-
Black are automatically fixed on pr by pre commits if you haven't done it yourself.
-
First you will have to install it
[p]pip install black
- Then run
black <source_file_or_directory>
-
Isort are automatically fixed on pr by pre commits if you haven't done it yourself.
-
First you will have to install it
[p]pip install isort
- Then run
isort <source_file_or_directory>
- Version
22.10.0
of black. - Version
5.10.1
of isort.