new file mode 100644
@@ -0,0 +1,19 @@
+## Repository
+
+v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git
+
+## Contributions
+
+Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
+using the prefix `[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 linux-media@vger.kernel.org
+git config set b4.send-prefixes v4l-utils
+```
+
+[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
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 <ribalda@chromium.org> --- CONTRIBUTE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) --- base-commit: 0d4e8e2d4e2d9d87863222e03fd3a6a4a3ff3d86 change-id: 20250605-prefix-a1a47dbdaa75 Best regards,