mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
README: added notice about uutils to contributions guide
This commit is contained in:
parent
0063bb2a8c
commit
ff44e28a4d
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@ these steps:
|
||||||
1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement ls"
|
1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement ls"
|
||||||
2. State that you are working on this utility.
|
2. State that you are working on this utility.
|
||||||
3. Develop the 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue