aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-14 19:44:49 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-14 19:44:49 -0300
commit04aafcf047bd27af718891db805a404fbf6a88ea (patch)
tree6836b0ef5673a35b0caa1f11b893d273451d32de
parent2e7b9edf9a0ed58194320cf83f3260e2ed777df3 (diff)
docs: refer to contributing page
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbd2e98..1912c6f 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,10 @@ To compile and run all the exercises:
golings verify
```
+## Contributing
+
+See [CONTRIBUTING.md](./CONTRIBUTING.md)
+
## Learning resources
* [Golang official tutorial](https://go.dev/doc/tutorial/)