From 81cda3bc35870714d59675ac0a72b371612f2e42 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sun, 13 May 2018 14:01:27 +0200 Subject: [PATCH] Add CONTRIBUTING.md to help would-be contributors --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d42b46d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +Thank you for your interest in contributing to Sausagewiki! + +The high level design of Sausagewiki is described in [DESIGN.md](DESIGN.md). +Please consider your contribution in light of this document.