From 33c2c6a6d6b3d21e7e89b513010a35bc8fb17d98 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 11 Mar 2023 00:15:39 +0000 Subject: [PATCH] Make our intentions explicit (#16) * Make our intentions explicit * Update as per CI --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index d92c5e0..bccc21a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ npm install to install dev dependencies. +Also, check [CONTRIBUTING](CONTRIBUTING.md). + ## Linting To lint @@ -65,3 +67,20 @@ To format ```shell npm run prettier ``` + +## Versioning + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Readme + +We get inspiration for our README's format/content from +[Make a README](https://www.makeareadme.com/). + +## Changelog + +See the [Releases](../../releases) page. + +## License + +Check [LICENSE](LICENSE.md).