Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Oct 19, 2024
1 parent 0f22349 commit 6538d96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CONTRIBUTING

## HOW TO INSTALL

```
poetry install
```

## HOW TO RUN TESTS

```
pytest -m "not benchmark and not merkletreejs"
```

## WORKFLOW

1. Create your **proposal/bug** in an _issue_.
Expand Down

0 comments on commit 6538d96

Please sign in to comment.