forked from tangled.org/core
this repo has no description

docs: reword commit guidelines to suit a more natural format

We've arrived at the "foopkg/barpkg: message here" format pretty
organically -- it reads better and uses fewer characters.

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi 2061e141 bb04c7a8

verified
Changed files
+3 -3
docs
+3 -3
docs/contributing.md
···
### message format
```
-
<service/top-level directory>: <affected package/directory>: <short summary of change>
+
<service/top-level directory>/<affected package/directory>: <short summary of change>
Optional longer description can go here, if necessary. Explain what the
···
Here are some examples:
```
-
appview: state: fix token expiry check in middleware
+
appview/state: fix token expiry check in middleware
The previous check did not account for clock drift, leading to premature
token invalidation.
```
```
-
knotserver: git/service: improve error checking in upload-pack
+
knotserver/git/service: improve error checking in upload-pack
```