Monorepo for Tangled tangled.org

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