From 32d12f0290d71a777f59bb0a1d07b46af04e524c Mon Sep 17 00:00:00 2001 From: Brain Date: Sat, 22 Jul 2023 09:29:37 +0100 Subject: [PATCH] Update CONTRIBUTING.md - add rules about not just using automated tools to generate bad prs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24ab40d357..d9c1945675 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,4 +17,4 @@ When contributing to this repository, please do not feel intimidated! We welcome build will compile on various platforms before release and makes precompiled versions of the library. 8. If you are on the discord server for the project and your PR is accepted, let a moderator know and we will grant you the 'Contributors' role. - +9. Automated changes e.g. via grammarly or a static analysis tool will not usually be accepted into the code without proper thought out justification (by a human being, not an AI or an App) as to why the changes are required. Generally a PR should do more than fix a single spelling error for example as this just takes precious time for something which could be resolved a direct commit to the dev branch.