From e490be44bec45aeeeaa674edc91b3f03499c7475 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Tue, 3 Dec 2024 10:51:52 +1000 Subject: [PATCH 1/2] add trivial change clause to contributing md Signed-off-by: Sally MacFarlane --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c13ea678524..fd77dd235e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,8 @@ 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]. +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) From 6f617a97adeb9dfac65e487f650cab5fb5c82ceb Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Tue, 3 Dec 2024 11:14:26 +1000 Subject: [PATCH 2/2] header Signed-off-by: Sally MacFarlane --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd77dd235e5..8f2fdade398 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ 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