From 23ce9440c50eab738e15a3fc5f5d5197c7471445 Mon Sep 17 00:00:00 2001 From: Jesper Balman Gravgaard Date: Mon, 1 Apr 2019 18:18:26 +0000 Subject: [PATCH] Add CONTRIBUTING --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..fb58593e1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, +email, or any other method with the owner of this repository before making a change. + +# Building KickC + +To build a local version of KickC you need to install Java JDK 8 and Maven.