From d43401fc13ba10d6dc8f4e245a434168f11e2861 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 30 Nov 2018 15:46:13 +0100 Subject: [PATCH] Standardize contrib guidelines across public repos --- .github/CONTRIBUTING.md | 3 +++ README.md | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..eaf0ba7 --- /dev/null +++ b/.github/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. diff --git a/README.md b/README.md index e83e43a..210477e 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,7 @@ In addition to these variables, when running Brizo you need to provide the Azure ## Contributing -We use GitHub as a means for maintaining and tracking issues and source code development. - -If you would like to contribute, please fork this repository, do work in a feature branch, and finally open a pull request for maintainers to review your changes. - -Ocean Protocol uses [C4 Standard process](https://github.com/unprotocols/rfc/blob/master/1/README.md) to manage changes in the source code. Find here more details about [Ocean C4 OEP](https://github.com/oceanprotocol/OEPs/tree/master/1). +See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concepts/contributing/)" in the Ocean Protocol documentation. ## License