From 0b0e2ed7d64ad36efff4d82de2c59a28efa16307 Mon Sep 17 00:00:00 2001 From: Steve Wirt Date: Mon, 21 Oct 2024 15:32:08 -0400 Subject: [PATCH] Add link to composer-patches plugin. --- common-practices-tools/contribution/contrib-first.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-practices-tools/contribution/contrib-first.md b/common-practices-tools/contribution/contrib-first.md index ee2c223e56..db036592cb 100644 --- a/common-practices-tools/contribution/contrib-first.md +++ b/common-practices-tools/contribution/contrib-first.md @@ -15,7 +15,7 @@ Whenever we are building something that could be of use to more than one project In the case of changes needed to existing modules or Drupal core: 1. We contribute patches to existing issues or create new issues. -2. We use the compose-patches to apply local copies of the contributed patches. +2. We use the [composer-patches](https://github.com/cweagans/composer-patches) to apply local copies of the contributed patches. ## Contrib first modules