From 235ad93bdd4914f034b202fe9b334e55984b0251 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Wed, 29 Jan 2025 15:45:36 +0100 Subject: [PATCH] doc: disclaimer for minor changes PRs in contribution guidelines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea212bbdb..d1299a423 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,8 @@ keywords. Try to do one pull request per change. +**Disclaimer**: While we appreciate all contributions, we do not prioritize minor grammatical fixes (e.g., correcting typos, rewording sentences) unless they significantly improve clarity in technical documentation. These contributions can be a distraction for the team. If you notice a grammatical error, please let us know on our Discord. + ## Linting Before a Pull Request (PR) can be merged, the Continuous Integration (CI) pipeline automatically lints all code using [Clippy](https://doc.rust-lang.org/stable/clippy/usage.html). To ensure your code is free of linting issues before creating a PR, run the following command: