Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 598 Bytes

File metadata and controls

17 lines (12 loc) · 598 Bytes

Contributing

Everyone is welcome to contribute to this project.

Rules are easy. You can

  • Write an issue - if you find something like a problem. The more exact, the better.
  • Write documentation - that's when you already know the code a bit.
  • Write code - maybe you need a feature pydifact isn't capable of? Add it and make a PR.

Writing code

All files must be formatted using ruff (ruff format for code style, ruff check for import sorting). Easier is not possible. For bigger features it is recommended to create an own branch.