From 4145959dadf7ecb30dab47aa07bfcdfcd94092e4 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Tue, 10 Dec 2024 18:58:36 +1000 Subject: [PATCH] add trivial change clause to contributing md Signed-off-by: Sally MacFarlane --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 252acfc8..6f65ab78 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,13 @@ Linea abstracts away the complexity of this technical architecture to allow deve ## How to contribute -Contributions of any kind are welcome! +Contributions are welcome! + +### 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. 1. [Create an issue](https://github.com/Consensys/linea-sequencer/issues). -> If the proposed update is non-trivial, also tag us for discussion. +> If the proposed update requires input, also tag us for discussion. 2. Submit the update as a pull request from your [fork of this repo](https://github.com/Consensys/linea-sequencer/fork), and tag us for review. > Include the issue number in the pull request description and (optionally) in the branch name.