mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
CONTRIBUTING: remove instructions for new utils
This commit is contained in:
parent
20fcce1c21
commit
1d24c94341
1 changed files with 5 additions and 15 deletions
|
@ -2,21 +2,11 @@
|
||||||
|
|
||||||
# Contributing to coreutils
|
# Contributing to coreutils
|
||||||
|
|
||||||
Contributions are very welcome, and should target Rust's main branch until the
|
Contributions are very welcome via Pull Requests. If you don't know where to
|
||||||
standard libraries are stabilized. You may *claim* an item on the to-do list by
|
start, take a look at the
|
||||||
following these steps:
|
[`good-first-issues`](https://github.com/uutils/coreutils/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
|
||||||
|
If you have any questions, feel free to ask them in the issues or on
|
||||||
1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement
|
[Discord](https://discord.gg/wQVJbvJ).
|
||||||
ls".
|
|
||||||
1. State that you are working on this utility.
|
|
||||||
1. Develop the utility.
|
|
||||||
1. Add integration tests.
|
|
||||||
1. Add the reference to your utility into Cargo.toml and Makefile.
|
|
||||||
1. Remove utility from the to-do list in the README.
|
|
||||||
1. 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.
|
|
||||||
|
|
||||||
## Best practices
|
## Best practices
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue