From 9decc0b30bb50785a0406af5ee5b44f0bed4fe05 Mon Sep 17 00:00:00 2001
From: Bernard Tyers <ei8fdb@users.noreply.github.com>
Date: Mon, 9 Aug 2021 13:31:20 +0200
Subject: [PATCH] Update CONTRIBUTING.md

pointing contrib.md to contrib page in docs.hypha.
---
 CONTRIBUTING.md | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 06ea2aebb..30ccd6cff 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,24 +2,10 @@
 
 First off, thanks for taking the time to contribute!
 
-Before you start working however, please read and follow this short guide.
+Before you start working however, please read the full contribution section of our docs.
 
+First off, thanks for taking the time to contribute! Hypha is improved by a small community of developers, designers and users. We welcome your contributions. 
 
-## Reporting Issues
+There are many ways to contribute to Hypha - code, design, documentation and translation.
 
-All changes in Hypha starts as an issue.
-
-- Pick the correct option for issue among the options your are given (bug report, feature request etc.).
-- Provide as much information as possible. There are templates for each issue type that will guide you.
-
-
-## Creating Pull Requests
-
-Found a bug and know how to fix it or built a new feature you want to add? Great! Please read on.
-
-- Each pull request need to be linked to an issue. If non exist, create one first.
-- Rebase your topic branch on top of the main branch before creating the pull
- request.
-- One feature or fix per pull request.
-
-You find more information in the wiki page [Submitting changes](https://github.com/HyphaApp/hypha/wiki/Submitting-changes)
+Before you start working however, please [read our guide](https://docs.hypha.app/contributing).
-- 
GitLab