From b01fbb53486e216cdc76d7e4ef3c420bf6ce50cc Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Fri, 20 Feb 2026 12:06:44 -0800 Subject: [PATCH 1/3] Update contribution guidlines re: LLM ussage --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cad219c89f..8251c7d061e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,15 @@ Requests](https://github.com/sigp/lighthouse/pulls) is where code gets reviewed. We use [discord](https://discord.gg/cyAszAh) to chat informally. +### A Note on LLM usage + +Contributing to Lighthouse is a learning experience. We are happy to support contributors who are genuinely engaging with the codebase. Our general policy regarding LLM usage: + +- Please refrain from submissions that you haven't thoroughly understood, reviewed, and tested. +- Please disclose if a significant portion of your contribution was AI-generated. +- Descriptions and comments should be made by you. +- We reserve the right to reject any contributions we feel are violating the spirit of open source contribution. + ### General Work-Flow We recommend the following work-flow for contributors: From 4adf8b5be75c9815ddd9d98ec7449a8bb0b5cdaf Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Fri, 20 Feb 2026 12:47:56 -0800 Subject: [PATCH 2/3] Spellcheck --- CONTRIBUTING.md | 2 +- wordlist.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8251c7d061e..2a5f83ac3ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ informally. ### A Note on LLM usage -Contributing to Lighthouse is a learning experience. We are happy to support contributors who are genuinely engaging with the codebase. Our general policy regarding LLM usage: +Contributing to Lighthouse is a learning experience. We are happy to support contributors who are genuinely engaging with the code base. Our general policy regarding LLM usage: - Please refrain from submissions that you haven't thoroughly understood, reviewed, and tested. - Please disclose if a significant portion of your contribution was AI-generated. diff --git a/wordlist.txt b/wordlist.txt index e0e1fe7d730..822e3361469 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -58,6 +58,7 @@ JSON KeyManager Kurtosis LMDB +LLM LLVM LRU LTO From f8121c6fa22bf7303836c8376c6f602dcf874900 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Fri, 20 Feb 2026 13:37:12 -0800 Subject: [PATCH 3/3] Clarify guidelines on LLM usage in contributions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a5f83ac3ef..f81f75cd8bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ informally. ### A Note on LLM usage -Contributing to Lighthouse is a learning experience. We are happy to support contributors who are genuinely engaging with the code base. Our general policy regarding LLM usage: +We are happy to support contributors who are genuinely engaging with the code base. Our general policy regarding LLM usage: - Please refrain from submissions that you haven't thoroughly understood, reviewed, and tested. - Please disclose if a significant portion of your contribution was AI-generated.