From: Eric Bollengier Date: Thu, 24 Apr 2025 13:22:07 +0000 (+0200) Subject: docs: Add documentation about contribution in README X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97cb9ff6146a0a26c7fe055a1c57aa4ecbd565aa;p=thirdparty%2Fbacula.git docs: Add documentation about contribution in README Bacula uses unusual contribution workflow, where instead of merge-requests changes have to be sent via issues. So make sure it is documented. Fixes: https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/issues/2726 Thanks Konstantin Kharlamov --- diff --git a/bacula/README b/bacula/README index 65b441d7b..8d2864474 100644 --- a/bacula/README +++ b/bacula/README @@ -70,3 +70,9 @@ parameters needed to deal with FreeBSD tape drivers. License: Please see the file LICENSE for the terms of the license. + +Contributing: +Contribution requires creating [an issue](https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/issues) +describing your changes, and then attaching commits produced via `git format-patch -n --stdout > 1.patch` +command, where `n` is the number of commits. +