···11### message format
1213```
14-<service/top-level directory>: <affected package/directory>: <short summary of change>
151617Optional longer description can go here, if necessary. Explain what the
···23Here are some examples:
2425```
26-appview: state: fix token expiry check in middleware
2728The previous check did not account for clock drift, leading to premature
29token invalidation.
30```
3132```
33-knotserver: git/service: improve error checking in upload-pack
34```
3536
···11### message format
1213```
14+<service/top-level directory>/<affected package/directory>: <short summary of change>
151617Optional longer description can go here, if necessary. Explain what the
···23Here are some examples:
2425```
26+appview/state: fix token expiry check in middleware
2728The previous check did not account for clock drift, leading to premature
29token invalidation.
30```
3132```
33+knotserver/git/service: improve error checking in upload-pack
34```
3536