👍🎉 First off, thanks for taking the time to contribute! 🎉👍
- Please check the documentation to make sure your question is not answered there.
- If not, feel free to open a new issue
-
Please open a GitHub issue. to tell us about it. Would be even more awesome if you could provide a possible solution!
maybe check if the bug was not already reported (and solved) by searching the closed issues. -
If possible, use the bug report template to create the issue.
- Did you run the tests locally/do they pass? You can use
make test
from the root directory. - Did you enable pre-commit hooks?
- Open a new GitHub pull request.
- Ensure the pull request clearly describes the problem and solution. Include the relevant issue number if applicable.
The style guide for eniric is governed by black wth default settings. You can run this yourself but it is also included in the pre-commit hooks.
Before commiting changes you can activate the pre-commit hooks using
pip install pre-commit
pre-commit install
This will then preform the pre-commit checks before commiting.
Thank you!