Skip to content

Conversation

@andreasgriffin
Copy link
Owner

@andreasgriffin andreasgriffin commented Nov 21, 2025

Required

  • pre-commit install before any commit. If pre-commit wasn't run for all commits, you can squash all commits git reset --soft $(git merge-base main HEAD) && git commit -m "squash" and ensure the squashed commit is properly formatted
  • All commits must be signed. If some are not, you can squash all commits git reset --soft $(git merge-base main HEAD) && git commit -m "squash" and ensure the squashed commit is signed
  • Update all translations

Optional

  • Appropriate pytests were added
  • Documentation is updated

@andreasgriffin andreasgriffin merged commit c615d2a into main Nov 22, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants