mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 12:04:21 +01:00
8 lines
297 B
Markdown
8 lines
297 B
Markdown
# How to contribute
|
|
|
|
Please contribute to Nutshell! You can open issues if you find bugs and pull requests for improvements.
|
|
|
|
## Testing
|
|
|
|
We are using the `black` formatter and `mypy --ignore-missing` in the CI. To make sure that your tests succeed, please run `make format` before you push code.
|