From 460f0d9afd03afcf9f86ab90f46dfc7fc4ed93d0 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Sun, 18 Nov 2018 09:40:02 +0100 Subject: [PATCH] In contributing.md, link to engineering principles and also to the page on reporting vulnerabilities --- content/concepts/contributing.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/concepts/contributing.md b/content/concepts/contributing.md index 5556cae5..2f930f9c 100644 --- a/content/concepts/contributing.md +++ b/content/concepts/contributing.md @@ -3,11 +3,16 @@ title: Ways to Contribute description: There are many ways you could contribute to Ocean Protocol. --- -All contributions to Ocean Protocol are governed by our [Code of Conduct](/concepts/code-of-conduct/). +All contributions to Ocean Protocol are governed by our [Contributor Code of Conduct](/concepts/code-of-conduct/). +Code development follows the [Ocean Engineering Principles](/concepts/principles/). + +## Report a Vulnerability + +See the page about [reporting vulnerabilities](/concepts/vulnerabilities/). ## Report a Bug -To report a bug, go to the relevant GitHub repository, click on the Issues tab, click on the New issue button, and read the instructions. +To report a bug that isn't a vulnerability, go to the relevant GitHub repository, click on the Issues tab, click on the New issue button, and read the instructions. ## Write an Issue