From 200b4088433766b2d7eb00f4f0b67976c6f589f9 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 15 Jul 2015 11:56:46 +0100 Subject: [PATCH] Link to waffle board from CONTRIBUTING.md Closes #1067 Signed-off-by: Ben Firshman --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b261df537..c9188ac98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,3 +55,9 @@ you can specify a test directory, file, module, class or method: $ script/test tests/unit/cli_test.py $ script/test tests.integration.service_test $ script/test tests.integration.service_test:ServiceTest.test_containers + +## Finding things to work on + +We use a [Waffle.io board](https://waffle.io/docker/compose) to keep track of specific things we are working on and planning to work on. If you're looking for things to work on, stuff in the backlog is a great place to start. + +For more information about our project planning, take a look at our [GitHub wiki](https://github.com/docker/compose/wiki).