From 3cf92fcda8565566ef5d628a05727330d02ef285 Mon Sep 17 00:00:00 2001 From: Cedoor Date: Mon, 13 Jan 2025 15:12:55 +0000 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54e7384..5696d58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,9 @@ Pull requests are great if you want to add a feature or fix a bug. Here's a quic > [!NOTE]\ > When a new package is created or a new feature is added to the repository, the contributor will be added to the `.github/CODEOWNERS` file to review and approve any future changes to their code. +> [!IMPORTANT] +> We do not accept minor grammatical fixes (e.g. correcting typos, rewording sentences) unless they significantly improve clarity in technical documentation. These contributions, while appreciated, are not a priority for merging. If there is a grammatical mistake, please feel free to message the team. + ## CI (Github Actions) Tests We use GitHub Actions to test each PR before it is merged.