-
Notifications
You must be signed in to change notification settings - Fork 7
Development Contributing
jfuruness edited this page Jul 21, 2023
·
2 revisions
- 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 jfuruness@gmail.com in case I don't see the PR