Contributing to the repo #19
iliabaranov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you have a contribution you'd like to make, please fork this repo.
We use black and flake8 to format and lint our code, and this is checked for in a workflow on each commit to this repo.
(example HERE)
Once you are ready to submit a pull request, you should first run black and then flake8 to ensure your code is properly linted and formatted, else your pull request will fail.
This is very straightforward to do, as we've made a containerized image for both of these tools, along with the configuration file already in this repo for flake8.
Ensure you have installed docker, and then run each of the following in a terminal, within the caladan_examples folder:
Happy pull requests!
Note: You can also replace the word
docker
in the above commands withpodman
if that is what you are using, just ensure your/etc/containers/registries.conf
has an entry fordocker.io
Beta Was this translation helpful? Give feedback.
All reactions