README: added notice about uutils to contributions guide

This commit is contained in:
Vsevolod Velichko 2014-06-25 13:05:23 +04:00
parent 0063bb2a8c
commit ff44e28a4d

View file

@ -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.