From b2ffd92a88e229019d57194acbfc43bf6ef9e173 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 16 Feb 2017 16:20:14 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c096c7c..97f246f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,5 +54,12 @@ To be on the list, it would be *nice* if entries adhere to these quality standar - Solves a real problem (even a small one). - if it is a **WIP** (work in progress, not safe for production), mention it. (Remember the time before Docker 1.0 ? ;-) ) -If your PR is not merged, we will tell you why so that you may be able to improve it. But usually, we are pretty relaxed people, so just come and say hi, we'll figure something out together. +To be on the list, the project **must** have: + +- How to setup the project +- How to use the project (examples) + + +If your PR is not merged, we will tell you why so that you may be able to improve it. +But usually, we are pretty relaxed people, so just come and say hi, we'll figure something out together.