diff mbox series

[v4l-utils] CONTRIBUTE: Add simple contribution instructions

Message ID 20250605-prefix-v1-1-450aff98308a@chromium.org
State New
Headers show
Series [v4l-utils] CONTRIBUTE: Add simple contribution instructions | expand

Commit Message

Ricardo Ribalda June 5, 2025, 12:09 p.m. UTC
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,
diff mbox series

Patch

diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
new file mode 100644
index 0000000000000000000000000000000000000000..19a2c5814b45462f3cfeea921e277f8da00ccbd1
--- /dev/null
+++ b/CONTRIBUTE.md
@@ -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