We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a9933 commit b6379ffCopy full SHA for b6379ff
1 file changed
CONTRIBUTING.md
@@ -62,6 +62,10 @@ npm dist-tag add @nucypher/taco@0.3.0 devnet
62
63
Ideally, this would all be automated using Github actions, workflows, releases, and tags.
64
65
+### Version Control
66
+We use git and github to manage our version control.
67
+Where possible, please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
68
+
69
# External API
70
This is the api that we expose to developers.
71
It is defined in [`packages/taco/src/taco.ts`](https://github.com/nucypher/taco-web/blob/main/packages/taco/src/taco.ts)
0 commit comments