nix flake check
, orcargo make ci
.- I must manually approve CI runs for new PRs to prevent github-action attacks.
- Run the
demo
andasync
examples, verify that everything works (resizing, cycling images...). - There are no VM tests in place yet, hopefully someday we will have a terminal and OS test matrix.
- I will do a manual verification before merging, but please do not rely on me.
- Open separate PRs for separate issues.
- It's okay for a PR to depend on another.
- Can merge the other PRs if minor issues are causing long discussions; faster development.
- One commit per PR:
- Squash / amend changes.
- Except for special cases when it is deemed really necessary for some reason.
- Merge commits are generally not useful or relevant for reviewing.
- Use rebase instead.
- Better history.
By participating, you agree to follow our Code of Conduct.