Development Contributing - jfuruness/bgpy_pkg GitHub Wiki
Home
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add an engine test if you've made a change in the simulation_engine, or a system/unit test if the simulation_framework was modified
- Run tox (for faster iterations: ruff, mypy, and pytest can be helpful)
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Ensure github actions are passing tests
- Make a PR
- Email me at [email protected] in case I don't see the PR