Skip to content

Commit

Permalink
docs: Add note about convential commits
Browse files Browse the repository at this point in the history
  • Loading branch information
theref committed Jul 29, 2024
1 parent 2f8c28b commit 1c5cace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ npm dist-tag add @nucypher/[email protected] 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)
Expand Down

0 comments on commit 1c5cace

Please sign in to comment.