docs: misc

This commit is contained in:
2024-05-12 11:20:09 +02:00
parent 12599b5723
commit d7eda01c16
4 changed files with 26 additions and 4 deletions

View File

@ -47,7 +47,7 @@ The documentation should therefore be acessible and usefule to most people inter
You MAY use one line per sentence.
2. Lines ending with an `inline code block` SHOULD NOT end with a period to make copy-pasting easier.
2. Lines ending with an `inline code block` or hyperlinks SHOULD NOT end with a period to make copy-pasting easier.
> Example: To build in docker, `$ docker build .`
@ -67,3 +67,9 @@ More TODO
## License
As per the rest of the code in this repository, the documentation is shared under the [MIT](https://opensource.org/licenses/MIT/) license.
## Changelog
### v1 (2024-05-12)
First version; 3 new guidelines.