From 11488ad4f708a44b54ace280e7ead041ae0d2422 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Wed, 3 Aug 2022 15:55:11 +0400 Subject: [PATCH] Include CONTRIBUTING.md in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e11896a..65513e7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The compiler is currently being used three places * [Features](docs/sophia_features.md) * [Standard library](docs/sophia_stdlib.md) * [Contract examples](docs/sophia_examples.md) +* [Contributing](CONTRIBUTING.md) Additionally you can check out the [contracts section](https://github.com/aeternity/protocol/blob/master/contracts/contracts.md) of the æternity blockchain specification.