From 1637cef865efbec50f80b69417a722c680d1f8e8 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Fri, 6 Dec 2024 10:15:20 +1000 Subject: [PATCH] [CONTRIBUTING] add trivial change clause (#7972) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c13ea678524..8f2fdade398 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,9 @@ Having the following accounts is necessary for contributing code/issues to Besu. * To ask questions or chat with us, join our [Discord](https://discord.com/invite/hyperledger) * To edit pages in our wiki, you'll need a [Linux Foundation (LF) account]. +### Guidelines for Non-Code and other Trivial Contributions +Please keep in mind that we do not accept non-code contributions like fixing comments, typos or some other trivial fixes. Although we appreciate the extra help, managing lots of these small contributions is unfeasible, and puts extra pressure in our continuous delivery systems (running all tests, etc). Feel free to open an issue pointing any of those errors, and we will batch them into a single change. + ### Useful contributing links * [I just have a quick question](https://wiki.hyperledger.org/display/BESU/I+just+have+a+quick+question)