mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
CONTRIBUTING: adjust formatting
This commit is contained in:
parent
7de8cb3ce2
commit
49df2821c0
1 changed files with 2 additions and 3 deletions
|
@ -24,9 +24,8 @@ search the issues to make sure no one else is working on it.
|
||||||
1. The code must be clippy-warning-free and rustfmt-compliant.
|
1. The code must be clippy-warning-free and rustfmt-compliant.
|
||||||
1. Don't hesitate to move common functions into uucore if they can be reused by other binaries.
|
1. Don't hesitate to move common functions into uucore if they can be reused by other binaries.
|
||||||
1. Unsafe code should be documented with Safety comments.
|
1. Unsafe code should be documented with Safety comments.
|
||||||
|
1. uutils is original code. It cannot contain code from existing GNU or Unix-like
|
||||||
uutils is original code. It cannot contain code from existing GNU or Unix-like
|
utilities, nor should it link to or reference GNU libraries.
|
||||||
utilities, nor should it link to or reference GNU libraries.
|
|
||||||
|
|
||||||
## Commit messages
|
## Commit messages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue