mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Mention the GNU manual in the contributing guide
This commit is contained in:
parent
f5ba8b1811
commit
2d74d052fc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ search the issues to make sure no one else is working on it.
|
||||||
|
|
||||||
## Best practices
|
## Best practices
|
||||||
|
|
||||||
1. Follow what GNU is doing in term of options and behavior.
|
1. Follow what GNU is doing in terms of options and behavior. It is recommended to look at the GNU Coreutils manual ([on the web](https://www.gnu.org/software/coreutils/manual/html_node/index.html), or locally using `info <utility>`). It is more in depth than the man pages and provides a good description of available features and their implementation details.
|
||||||
1. If possible, look at the GNU test suite execution in the CI and make the test work if failing.
|
1. If possible, look at the GNU test suite execution in the CI and make the test work if failing.
|
||||||
1. Use clap for argument management.
|
1. Use clap for argument management.
|
||||||
1. Make sure that the code coverage is covering all of the cases, including errors.
|
1. Make sure that the code coverage is covering all of the cases, including errors.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue