diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10f3cdc63f..5dde2ee035 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,9 +19,9 @@ We also recommend that you read [How to Contribute to Open Source](https://opens Help us keep **Janus-IDP** open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md). > [!IMPORTANT] -> We encourage users to migrate their plugins to the `[backstage/community-plugins](https://github.com/backstage/community-plugins)` or `[redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins)` repos. For migrating plugins to `redhat-developer/rhdh-plugins` see: [Migrating plugins to redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#using-the-cli-to-migrate-plugins-from-janus-idpbackstage-plugins) instead of this guide. +> We encourage users to migrate their plugins to the [backstage/community-plugins](https://github.com/backstage/community-plugins) or [redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins) repos. For migrating plugins to `redhat-developer/rhdh-plugins` see: [Migrating plugins to redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#using-the-cli-to-migrate-plugins-from-janus-idpbackstage-plugins) instead of this guide. -## Guide for Migrating Plugins from janus-idp/backstage-plugins to `[backstage/community-plugins](https://github.com/backstage/community-plugins)` +## Guide for Migrating Plugins from janus-idp/backstage-plugins to [backstage/community-plugins](https://github.com/backstage/community-plugins) > [!NOTE] > After fully migrating plugins, remember to check for any updates that may have been made in the `janus-idp/backstage-plugins` repository. You may need to update the migrated plugins to pull in changes made to the janus-idp/backstage-plugins repo after migration. Additionally, any unmerged PRs should be closed and recreated against the new repo. @@ -30,8 +30,8 @@ This guide will show you how to migrate plugins from `janus-idp/backstage-plugin ### Prerequisites -- Have a `[janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins)` fork locally cloned -- Have a `[backstage/community-plugins](https://github.com/backstage/community-plugins)` fork locally cloned +- Have a [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) fork locally cloned +- Have a [backstage/community-plugins](https://github.com/backstage/community-plugins) fork locally cloned ### Steps