Skip to content

Add 9 new Green AI patterns to the catalogue#407

Open
russelltrow wants to merge 18 commits into
Green-Software-Foundation:mainfrom
russelltrow:main
Open

Add 9 new Green AI patterns to the catalogue#407
russelltrow wants to merge 18 commits into
Green-Software-Foundation:mainfrom
russelltrow:main

fix: update broken redirect targets to new AI pattern paths

b4ba18d
Select commit
Loading
Failed to load commit list.
DCO / DCO required action Jun 16, 2026 in 1s

DCO

There are 9 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <authoremail@example.com> in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

Here is how to fix the problem so that this code can be merged.


Preferred method: Commit author adds a DCO remediation commit

A DCO Remediation Commit contains special text in the commit message that applies a missing Signed-off-by line in a subsequent commit. The primary benefit of this method is that the project’s history does not change, and there is no risk of breaking someone else’s work.

These authors can unblock this PR by adding a new commit to this branch with the following text in their commit message:

Russell Trow <russell@greensoftware.foundation>

DCO Remediation Commit for Russell Trow <russell@greensoftware.foundation>

I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: 93ae2ad3f79e05a919ad03c150dd10b801599a52
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: 52c7951d7c0ba754dbf5d1eac979e2120f81ce7c
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: f1e7bf45b2ec46f9025ec9628f6c2ecddcdaabc1
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: 2ece6eb2e95dfe6355120f5d0039e3347d679ee0
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: 0ab288400d4bc0de9e00f05d4912e4468fb34289
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: e7c238c26e1304482ad387fd06def73618ccb650
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: 33170140502cf198fbc91d63fe72af925d43dca2
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: f88c92a10151f31d55a66dcde37c6311692c4cb8
I, Russell Trow <russell@greensoftware.foundation>, hereby add my Signed-off-by to this commit: b4ba18d068640b30afcd942e859ba44df8aa1877

Signed-off-by: Russell Trow <russell@greensoftware.foundation>

Please note: You should avoid adding empty commits (i.e., git commit -s --allow-empty), because these will be discarded if someone rebases the branch / repo.


Least preferred method: Rebase the branch

If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").

You should only do this if:

  • You are the only author of the commits in this branch
  • You are absolutely certain nobody else is doing any work based upon this branch
  • There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using --allow-empty)

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~18 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin main

Summary

Commit sha: 93ae2ad, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: 52c7951, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: f1e7bf4, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: 2ece6eb, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: 0ab2884, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: e7c238c, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: 3317014, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: f88c92a, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.
Commit sha: b4ba18d, Author: Russell Trow, Committer: Russell Trow; Commit by organization member is not verified.