logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 64fc010a55264e50dac379bac34e6f5be93432b9
parent 54e5afe198485acd8c8785ec5ecdc2107a665a2f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  7 Mar 2026 02:48:37 +0100

CONTRIBUTING.md: Adjust wording for sake of clarity

Diffstat:

MCONTRIBUTING.md8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -1,10 +1,10 @@ ## Contributing -Last-Modified: 2026-03-05 +Last-Modified: 2026-03-07 ### Policy - 1. You have full rights to submit the entirety of the work under the license indicated for each file. + 1. You confirm having full rights to submit the entirety of the work you're contributing under the license indicated for each file. 2. If any other work might have been included, even partially, credit is required. Such as via it's copyright notice when applicable or otherwise via the `Co-Authored-By` trailer. 3. Operators of (semi-)automated software are held accountable. It must not be low-quality, spammy, or found immoral. @@ -17,7 +17,7 @@ Note: Machine Learning software such as Diffusion Models and LLMs fundamentally Each commit must include the following trailers: * `Signed-off-by` with a recognisable and public name and email - * `X-Contrib-Policy: CONTRIBUTING.md 2026-03-05` + * `X-Contrib-Policy: CONTRIBUTING.md 2026-03-07` Which can be automated with adding a script like this one to `.git/hooks/commit-msg`: ``` @@ -28,7 +28,7 @@ EMAIL=$(git config user.email) git interpret-trailers --in-place --if-exists doNothing \ --trailer "Signed-off-by: $NAME <$EMAIL>" \ - --trailer "X-Contrib-Policy: CONTRIBUTING.md 2026-03-05" \ + --trailer "X-Contrib-Policy: CONTRIBUTING.md 2026-03-07" \ "$1" ```