+3
-3
docs/contributing.md
+3
-3
docs/contributing.md
···
11
### message format
12
13
```
14
-
<service/top-level directory>: <affected package/directory>: <short summary of change>
15
16
17
Optional longer description can go here, if necessary. Explain what the
···
23
Here are some examples:
24
25
```
26
-
appview: state: fix token expiry check in middleware
27
28
The previous check did not account for clock drift, leading to premature
29
token invalidation.
30
```
31
32
```
33
-
knotserver: git/service: improve error checking in upload-pack
34
```
35
36
···
11
### message format
12
13
```
14
+
<service/top-level directory>/<affected package/directory>: <short summary of change>
15
16
17
Optional longer description can go here, if necessary. Explain what the
···
23
Here are some examples:
24
25
```
26
+
appview/state: fix token expiry check in middleware
27
28
The previous check did not account for clock drift, leading to premature
29
token invalidation.
30
```
31
32
```
33
+
knotserver/git/service: improve error checking in upload-pack
34
```
35
36