From 017c297d3d3665193a9d3e384e2ed2c09489d518 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 16 Apr 2021 12:24:26 -0400 Subject: [PATCH] Remove Contributing section. --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 2d26aec..18a146d 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,6 @@ Markdown source repo for https://manual.vcvrack.com/ -## Contributing - -If you are an enthusiastic linguist interested in writing high-quality and efficient English for the VCV manual, I am looking for you! - -This repo is like a wiki, but you must send a quality pull request to gain direct push access. -Fork this repo, make a quality improvement, and open a pull request. -If I accept it, I will add you as a repo maintainer so you can push to `master` directly. -manual.vcvrack.com is updated immediately after `master` is updated. - -You can add images to the manual if they are necessary for your article. -Embed images with a relative link: -```md -![alt text](my-image.png) -``` - -You can use HTML in your Markdown if it is absolutely necessary, e.g. to embed a video. -If you abuse this feature, your maintainer privilege will be removed. - ## License All documentation text in this repository is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).