From: Eugene Syromiatnikov Date: Mon, 22 Jun 2026 17:46:51 +0000 (+0200) Subject: CONTRIBUTING.md: tweak wording with regards to ML tooling usage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d810b0df2480c719a25fc831e300293cbf74df3;p=thirdparty%2Fopenssl.git CONTRIBUTING.md: tweak wording with regards to ML tooling usage ML tools do not satisfy the authorship requirement, so they are merely used, and not "create" on their own. Signed-off-by: Eugene Syromiatnikov Reviewed-by: Paul Dale Reviewed-by: Kurt Roeckx MergeDate: Thu Jun 25 07:22:26 2026 (Merged from https://github.com/openssl/openssl/pull/31643) --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dea8a8fe3e..63eaf4397d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,12 +81,12 @@ guidelines: ``` 2. Similarly, if a non-trivial portion of a contribution was created - by an AI, you must declare which agent and model were used. This - is done by adding `Assisted-by: {agent}:{model}` below the commit + using an AI tool, you must declare which agent and model were used. + This is done by adding `Assisted-by: {agent}:{model}` below the commit message: ``` - One-line summary of change with AI-created portions + One-line summary of change with AI-generated portions Assisted-by: Claude:claude-sonnet-4-6 ```