From f5efca365c7922da9223920fd5d1fd440e2f350c Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Mon, 16 Jun 2014 12:41:13 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..85e36ec --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +Hey, thanks for wanting to contribute to baseimage-docker. :) + +If you have a question, please use the [https://groups.google.com/d/forum/passenger-docker](discussion forum). The Github issue tracker is only for **bug reports and feature requests**. + +If you want to develop baseimage-docker, use the Vagrantfile in the repository. It will setup an Ubuntu VM with Docker installed in it. Use the Makefile to build the image.