mirror of https://github.com/vacp2p/rfc.git
Update README.md
This commit is contained in:
parent
53bc8585ad
commit
1e4c4eab8a
|
@ -16,7 +16,9 @@ These protocols define various components of the [vac](https://vac.dev) stack.
|
|||
|
||||
|
||||
## Style guide
|
||||
<!-- @Todo put this in a better place !-->
|
||||
All specs follow [RFC-2119](https://tools.ietf.org/html/rfc2119).
|
||||
|
||||
Sequence diagrams are generated using [Mscgen](http://www.mcternan.me.uk/mscgen/) like this: `mscgen -T png -i input.msc -o output.png`. Both the source and generated image should be in source control. For ease of readability, the generated image is embedded inside the main spec document.
|
||||
|
||||
## Meta
|
||||
|
||||
The keywords “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).
|
||||
|
|
Loading…
Reference in New Issue