From 4328c0a60d7c902d14cfa7d24632fef756365f78 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Thu, 27 Feb 2020 15:29:23 +0000
Subject: [PATCH] removed plantuml

You need another server thing for the diagraming
---
 CONTRIBUTING.md | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 600c6cc..011dec9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,25 +45,6 @@ We use the feature branch workflow. Please do not work from master, check out ma
 
 There are special branches which will deploy to online versions of nodenogg.in, beta, alpha and release. Do not work from or pull request to these branches. These are used for deployment only.
 
-```
-plantuml
-!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
-skinparam defaultTextAlignment center
-!include ICONURL/common.puml
-!include ICONURL/font-awesome-5/gitlab.puml
-!include ICONURL/font-awesome-5/java.puml
-!include ICONURL/font-awesome-5/rocket.puml
-!include ICONURL/font-awesome/newspaper_o.puml
-#White {
-FA5_GITLAB(gitlab,master,node) #White
-FA5_GITLAB(gitlab2,Beta,node) #White
-FA5_ROCKET(rocket,Integrated,node) #White
-}
-gitlab ..> gitlab2
-gitlab2 ..> rocket
-
-```
-
 ## Changelog
 
 Please update the [Changelog](CHANGELOG.md) as part of a pull request to the master.
-- 
GitLab