From c36a2c459a63b607337b76c2b46dbdd30e1b832e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Apr 2026 08:58:17 +0200 Subject: [PATCH] Add Goals and Contributing sections to diffutils page --- content/diffutils.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/diffutils.md b/content/diffutils.md index 751481f46..90a0b88de 100644 --- a/content/diffutils.md +++ b/content/diffutils.md @@ -9,6 +9,14 @@ Rust implementation of GNU diffutils: `diff`, `cmp`, `diff3` and `sdiff`. This project aims to be a drop-in replacement of the original commands. +# Goals + +This project aims to be a drop-in replacement for the GNU diffutils. Differences with GNU are treated as bugs. + +# Contributing + +To contribute to uutils diffutils, please see [CONTRIBUTING](https://github.com/uutils/diffutils/blob/main/CONTRIBUTING.md). + # License uutils diffutils is licensed under the MIT or Apache License - see the [LICENSE-MIT](https://github.com/uutils/diffutils/blob/main/LICENSE-MIT) and [LICENSE-APACHE](https://github.com/uutils/diffutils/blob/main/LICENSE-APACHE) file for details.