docs/process/sending-patches.pandoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-)
Make clear what an "Assisted-by: tag tag relates to in
sending-patches.pandoc.
Add the possibility to clarify how AI was used.
Signed-off-by: Juergen Gross <jgross@suse.com>
---
docs/process/sending-patches.pandoc | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/docs/process/sending-patches.pandoc b/docs/process/sending-patches.pandoc
index b924fa2b87..2506a686bb 100644
--- a/docs/process/sending-patches.pandoc
+++ b/docs/process/sending-patches.pandoc
@@ -213,9 +213,25 @@ Basic development tools (git, gcc, make, editors) should not be listed.
Specialised but deterministic tools may optionally be listed, but their use
should be clear from other context in the commit message.
+Note that an `Assisted-by:` tag relates to the next tag mentioning a
+natural person. So if you used AI to write a patch, the `Assisted-by:` tag
+should be just before your `Signed-off-by:` tag, while if AI was used to
+find an issue the patch is fixing, the `Assisted-by:` tag should be
+before the `Reported-by:` tag naming the reporter of the issue.
+
+The `Assisted-by:` tag can be followed by an optional comment mentioning
+in which part of the process AI was used, e.g.:
+
+ Assisted-by: Chat-GPT # commit message
+
+This allows even to list multiple different AI models used for different
+use cases, including the use of AI for finding an issue and the creating
+a patch for fixing it.
+
Example:
- Assisted-by: Claude:claude-3-opus
+ Assisted-by: sashiko-bot # finding the issue
+ Assisted-by: Claude:claude-3-opus # patch creation
### Signed-off-by:
--
2.55.0
On 18.09.2026 08:56, Juergen Gross wrote: > Make clear what an "Assisted-by: tag tag relates to in > sending-patches.pandoc. I guess when committing I'll take the liberty to replace the redundant "tag" with the missing closing double quote. > Add the possibility to clarify how AI was used. > > Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Jan Beulich <jbeulich@suse.com> Jan
On 18.09.26 11:35, Jan Beulich wrote: > On 18.09.2026 08:56, Juergen Gross wrote: >> Make clear what an "Assisted-by: tag tag relates to in >> sending-patches.pandoc. > > I guess when committing I'll take the liberty to replace the redundant > "tag" with the missing closing double quote. Oh, sure, sorry for that typo. I blame it on doing this on the train. :-) > >> Add the possibility to clarify how AI was used. >> >> Signed-off-by: Juergen Gross <jgross@suse.com> > > Acked-by: Jan Beulich <jbeulich@suse.com> Thanks, Juergen
Hi Juergen, On 18/09/2026 08:56, Juergen Gross wrote: > Make clear what an "Assisted-by: tag tag relates to in > sending-patches.pandoc. > > Add the possibility to clarify how AI was used. > > Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Julien Grall <julien@xen.org> Cheers, -- Julien Grall
© 2016 - 2026 Red Hat, Inc.