Skip to content

Commit

Permalink
Merge pull request #404 from jku/patch-1
Browse files Browse the repository at this point in the history
CONTRIBUTORS.md: Add note about tests and building
  • Loading branch information
viccuad authored Oct 17, 2024
2 parents 6476905 + 51b4938 commit 76f95c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
When contributing to this repository, please first discuss the change you wish
to make via an [issue](https://github.com/sigstore/sigstore-rs/issues).

## Building and testing

The Makefile contains useful targets for editing source code (`make lint`, `make fmt`), building executables
(`make build`) and testing (`make test`).

Full test suite requires Docker daemon to be running (and the user must have permissions to start a container).

## Pull Request Process

1. Create an [issue](https://github.com/sigstore/sigstore-rs/issues)
Expand Down

0 comments on commit 76f95c9

Please sign in to comment.