From 4a985b7cd28515a64724df53f8f13c395a1aa0ca Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 22:27:45 +0200 Subject: Add the catalan version of the contributing.html file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also includes a few fixes and touches on the english one. Signed-off-by: Miquel Sabaté Solà --- src/public/contributing.html | 88 +++++++++++++++++++++-------------------- src/public/en/contributing.html | 69 ++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+), 42 deletions(-) create mode 100644 src/public/en/contributing.html (limited to 'src/public') diff --git a/src/public/contributing.html b/src/public/contributing.html index 1cf7702..109659e 100644 --- a/src/public/contributing.html +++ b/src/public/contributing.html @@ -1,67 +1,71 @@ +

- Unless stated otherwise, the projects you can find on - my Git instance or on - my Github profile are basically - personal projects. That is to say that I don't expect contributions, to be - honest. But regardless of that, patches are always welcome :-) If you want to - report something odd or suggest an improvement, - just send me an - email. Otherwise, if you have some changes that you would want to - contribute in, you should know that my preferred way to accept patches is via - email. That is: + En principi tots els projectes que veureu a la meva + instància de Git o al + meu perfil de Github són personals. + Amb això vull dir que honestament no espero cap contribució, però tot i així + sempre s'agraeix l'ajuda :-) Si voleu informar d'algun error o suggerir alguna + millora, em podeu + enviar un correu electrònic. Sinó, si realment voleu contribuir amb + canvis, prefereixo que m'envieu pedaços per correu electrònic. És a dir:

-If you are crazy enough to have a fork of some of my projects, then you can also -consider using git's native request-pull command. -

- -

-Otherwise, if all of this git native shenanigans is beyond your alley of -expertise, then sending me a Github PR might not be too bad of an idea. That -being said, I would still merge everything manually and I'd still possibly -change the commit message if I feel like it could be improved but I don't want -to bother you with new versions just because of the git commit message. + Si sou suficientment frikis com per haver fet un fork d'algun + projecte meu, aleshores també podríeu utilitzar la comanda nativa de + git request-pull, encara que prefereixo el + mètode que suara he llistat amb git-send-email.

-Last but not least, I adhere to -the Developer's -Certificate of Origin 1.1. Thus, you must sign off all your commits if you -want me to pull any of your changes. + Havent dit això, si tot plegat només us genera dubtes i creieu que va més + enllà de l'experiència que teniu amb el desenvolupament de programari, podeu + considerar com a últim recurs enviar-me un PR a Github. Per a tots els projectes que + tinc a la meva + instància de Git, miro de tenir un mirror + a Github que estigui raonablement actualitzat (no prometo res). Igualment, no + fusionaria res per allà i ho faria a mà. Això inclou que potser faig canvis en + el missatge si s'escau.

-If your contribution was in any way developed with the aid of an LLM, I'd also -like to know it, as I'd appreciate the honesty and I would tacke the review -process differently. + Per acabar, m'afegeixo + al Certificat + d'Origen del Desenvolupador 1.1. Per tant, per a cada commit necessito + el Signed-off-by si voleu que agafi els vostres canvis. A més, + si la vostra contribució ha estat feta en qualsevol part del procés amb + l'ajuda d'un model de llenguatge, també m'agradaria saber-ho. Agraeixo + l'honestedat i faria que el procés de revisió l'encarés d'una altra manera.

diff --git a/src/public/en/contributing.html b/src/public/en/contributing.html new file mode 100644 index 0000000..9fb236e --- /dev/null +++ b/src/public/en/contributing.html @@ -0,0 +1,69 @@ +

+ Unless stated otherwise, the projects you can find on + my own Git instance or on + my Github profile are basically + personal ones. That is to say that I don't expect contributions, to be + honest. But regardless of that, patches are always welcome :-) If you want to + report something odd or suggest an improvement, + just send me an + email. Otherwise, if you have some changes that you would want to + contribute in, you should know that my preferred way to accept patches is via + email. That is: +

+ +

+ +

+If you are crazy enough to have a fork of some of my projects, then you can also +consider using git's native request-pull command, even if I still prefer +the aforementioned git-send-email method. +

+ +

+Otherwise, if all of this git native shenanigans is beyond your alley of +expertise, then, and as a last resort, sending me +a Github PR +might not be too bad of an idea. For each project listed on +my own Git instance I try to have a mirror +on Github that is reasonably up to date (no promises). That being said, I would +still merge everything manually and I'd still possibly change the commit message +if I feel like it could be improved but I don't want to bother you with new +versions just because of the git commit message. +

+ +

+Last but not least, I adhere to +the Developer's +Certificate of Origin 1.1. Thus, you must sign off all your commits if you +want me to pull any of your changes. If your contribution was in any way +developed with the aid of an LLM, I'd also like to know it, as I'd appreciate +the honesty and I would tacke the review process differently. +

-- cgit v1.2.3