From 3b9f7c35f0b9a453bc0a01cde864ad51f23048ff Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 30 Nov 2018 17:43:28 +0100 Subject: [PATCH] Standardize contrib guidelines across public repos We're standardizing the Ocean Protocol contribution guidelines across all public repos by linking to one standard central page in the docs. It's easier to update one page than 30+ pages. (We currently have 36 public repos.) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..eaf0ba7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concepts/contributing/)" in the Ocean Protocol documentation.