From ff44e28a4d984f31e0b80a030d5dce57aae26ccf Mon Sep 17 00:00:00 2001 From: Vsevolod Velichko Date: Wed, 25 Jun 2014 13:05:23 +0400 Subject: [PATCH] README: added notice about uutils to contributions guide --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 713a98bd1..ad96e82c6 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,9 @@ these steps: 1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement ls" 2. State that you are working on this utility. 3. Develop the utility. -4. Submit a pull request and close the issue. Your pull request should include deleting the utility from the to-do list on this README. +4. Add the reference to your utility into uutils/uutils.rs (required for multibinary). +5. Remove utility from the to-do list on this README. +6. Submit a pull request and close the issue. The steps above imply that, before starting to work on a utility, you should search the issues to make sure no one else is working on it.