- 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 (ltzmax)
- 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 want.
always use following:
- Black
- Isort
- First you will have to install it
[p]pip install black
- Then run
black <source_file_or_directory>
- First you will have to install it
[p]pip install isort
- Then run
isort <source_file_or_directory>