From f4d6188ff391320fdf51a0b727a781803d7b7975 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 5 Jul 2018 07:03:50 -0400 Subject: [PATCH] Make it easier for CONTRIBUTORS to find information Signed-off-by: Daniel J Walsh --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 237e9e38..017211b2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ the primary downside is that creating new signatures with the Golang-only implem - `containers_image_ostree_stub`: Instead of importing `ostree:` transport in `github.com/containers/image/transports/alltransports`, use a stub which reports that the transport is not supported. This allows building the library without requiring the `libostree` development libraries. The `github.com/containers/image/ostree` package is completely disabled and impossible to import when this build tag is in use. -## Contributing +## [Contributing](CONTRIBUTING.md)** + +Information about contributing to this project. When developing this library, please use `make` (or `make … BUILDTAGS=…`) to take advantage of the tests and validation.