From 2597f383277e6156f4f461f52d9f95d5c0c258f3 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Sun, 7 Dec 2014 00:54:19 +0000 Subject: [PATCH] Add Contributing doc Signed-off-by: Victor Vieux --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..68dd320e31 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing to Swarm + +Want to hack on Swarm? Awesome! Here are instructions to get you +started. + +Swarm is a part of the [Docker](https://www.docker.com) project, and follows +the same rules and principles. If you're already familiar with the way +Docker does things, you'll feel right at home. + +Otherwise, go read +[Docker's contributions guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md). + +Happy hacking!