Skip to content

Commit

Permalink
chore: add a contributing section on ownership (janus-idp#2438)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <[email protected]>
  • Loading branch information
schultzp2020 authored and 04kash committed Oct 23, 2024
1 parent a917c86 commit 561b1cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/nasty-files-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,18 @@ Changesets are enabled on release branches to facilitate backporting. However, t
This will update the npm tag to point to the latest version.
### Plugin Ownership and Responsibilities**
#### **Publishing:**
- **Main Branch:** The plugins team is responsible for merging the versioning PR to publish plugins.
- **Release Branches:** The security team is responsible for merging the versioning PR to publish plugins.
#### **Version Compatibility:**
- **Main Branch:** The plugins team is responsible for ensuring RHDH uses the latest compatible plugin versions. Exception: Backstage version bumps are handled by the core platform team. **Note:** Plugins should not depend on a newer version of Backstage than what RHDH allows.
- **Release Branches:** The security team is responsible for ensuring RHDH uses the latest compatible plugin versions.
## Creating new plugins - DEPRECATED
**As of June 2024, new plugins should be contributed to the new [Backstage Community Plugins](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md#get-started) repo.**
Expand Down

0 comments on commit 561b1cd

Please sign in to comment.