From f9d13d611cdbf573f5ffbfa2ae3e6d9d854cd938 Mon Sep 17 00:00:00 2001 From: Kurt King Date: Wed, 15 Jan 2025 19:10:11 -0700 Subject: [PATCH] doc: add note on updating plugin directory (#2522) Signed-off-by: Kurt King --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f802bd183..459714e4f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -210,7 +210,7 @@ Visit the [Package Metadata documentation](https://backstage.io/docs/tooling/pac 10. Create a new pull request from your branch. -11. Update external references to the old plugin location such as documentation to point to the new location in the `backstage/community-plugins` repository. +11. Update external references to the old plugin location such as documentation to point to the new location in the `backstage/community-plugins` repository. If applicable, update the [Backstage Plugin directory](https://backstage.io/plugins/) to reflect the new location ([example](https://github.com/backstage/backstage/pull/28502)). 12. In the original repository, update the plugin to indicate that it has been moved to the `backstage/community-plugins` repository. It's recommended you deprecate the old plugin packages on npm.