Skip to content

Development Contributing

jfuruness edited this page Jul 21, 2023 · 2 revisions

Home

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. 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
  4. Run tox (for faster iterations: ruff, mypy, and pytest can be helpful)
  5. Commit your changes: git commit -am 'Add some feature'
  6. Push to the branch: git push origin my-new-feature
  7. Ensure github actions are passing tests
  8. Make a PR
  9. Email me at jfuruness@gmail.com in case I don't see the PR
Clone this wiki locally