From 1c5cace055781d6b85dc3c0ce5c2fa9e87eb8285 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Mon, 29 Jul 2024 13:31:44 +0200 Subject: [PATCH] docs: Add note about convential commits --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd2a120ad..b36a70245 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,10 @@ npm dist-tag add @nucypher/taco@0.3.0 devnet Ideally, this would all be automated using Github actions, workflows, releases, and tags. +### Version Control +We use git and github to manage our version control. +Where possible, please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. + # External API This is the api that we expose to developers. It is defined in [`packages/taco/src/taco.ts`](https://github.com/nucypher/taco-web/blob/main/packages/taco/src/taco.ts)