add ready for review check

This commit is contained in:
Elio Bischof
2023-09-27 12:25:46 +02:00
parent de5208d588
commit 8d7d95a084

View File

@@ -101,7 +101,8 @@ Please make sure you cover your changes with tests before marking a Pull Request
- [ ] Integration tests against the gRPC server ensure that probable good and bad read and write permissions are tested.
- [ ] Integration tests against the gRPC server ensure that the API is easily usable despite eventual consistency.
- [ ] Integration tests against the gRPC server ensure that all probable login and registration flows are covered."
- [ ] Integration tests ensure that certain commands send expected notifications.
- [ ] Integration tests ensure that certain commands emit expected events that trigger notifications.
- [ ] Integration tests ensure that certain events trigger expected notifications.
## Contribute