This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: CONTRIBUTE: Add simple contribution instructions Author: Ricardo Ribalda <[email protected]> Date: Thu Jun 5 17:54:53 2025 +0000 In the media summit we discussed the need of a special prefix for v4l-utils. This helps patchwork and media-ci. Create a new file with a brief introductions on how to contribute and make the `v4l-utils` official. Signed-off-by: Ricardo Ribalda <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> CONTRIBUTE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=80b52abf8ead303380ce455c01fa1c82c2fafefc diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md new file mode 100644 index 000000000000..708939df88f4 --- /dev/null +++ b/CONTRIBUTE.md @@ -0,0 +1,23 @@ +## Repository + +v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git + +## Contributions + +Patches are welcome! Please send your patches to `[email protected]` +using the prefix `[PATCH v4l-utils]`. E.g: + +``` +git config set format.subjectPrefix "PATCH v4l-utils" +``` + +## b4 config + +If you use b4[1] for your contributor workflow you can use these options: + +``` +git config set b4.send-series-cc [email protected] +git config set b4.send-prefixes v4l-utils +``` + +[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
