Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ uv run pytest

Contributions and improvements are welcome. Suggested workflow:

1. Fork the repository
1. Clone the main branch
2. Create a feature branch: `git checkout -b <your-feature>`
3. Make your changes and add tests where appropriate
4. Commit and push: `git commit -m "Add feature" && git push origin <your-feature>`
5. Open a pull request with a clear description of changes

Code is automatically formatted using the Black formatter.