From baeefb0083c6c7bad59d390e9caa39ff19e50926 Mon Sep 17 00:00:00 2001 From: Keith Kirkwood Date: Tue, 19 May 2026 14:48:59 +0100 Subject: [PATCH] OPENR-162: Add short section on generative AI policy --- source/The-ROS2-Project/Contributing/Developer-Guide.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/The-ROS2-Project/Contributing/Developer-Guide.rst b/source/The-ROS2-Project/Contributing/Developer-Guide.rst index a35cef0b5ea..7296ea2806f 100644 --- a/source/The-ROS2-Project/Contributing/Developer-Guide.rst +++ b/source/The-ROS2-Project/Contributing/Developer-Guide.rst @@ -38,6 +38,14 @@ We recommend all ROS developers strive to adhere to the following policies to en For more specific code recommendations please see :doc:`the Quality Guide `. +Use of generative AI +^^^^^^^^^^^^^^^^^^^^ + +When making contributions of any kind to ROS code or documentation, you must follow the `OSRF Policy `__ on the use of generative AI. + +This includes tools which automatically create any part of your contribution using models trained on existing human-created content. +It does not include tools which generate content through standard algorithms, or appropriately licensed content libraries. + .. _semver: Versioning