From e85bb8115290da09441cc41058a88e3ad877773d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 16:30:19 +0200 Subject: Add a page on how to contribute to any of my projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/public/contributing.html | 67 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 src/public/contributing.html diff --git a/src/public/contributing.html b/src/public/contributing.html new file mode 100644 index 0000000..1cf7702 --- /dev/null +++ b/src/public/contributing.html @@ -0,0 +1,67 @@ +

+ 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: +

+ +

+ +

+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. +

+ +

+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