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/en/contributing.html | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/public/en/contributing.html (limited to 'src/public/en/contributing.html') 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