-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO-JIRA: README updates #78
base: main
Are you sure you want to change the base?
Conversation
spadgett
commented
Feb 26, 2025
- Explain release-* branches
- Add links to more plugin samples and real plugins
- Explain release-* branches - Add links to more plugin samples and real plugins
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spadgett The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@spadgett: This pull request explicitly references no jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/retest |
Co-authored-by: Robb Hamilton <[email protected]>
/label tide-merge-method-squash |
@spadgett: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm |
/label tide/merge-method-squash |
/retest |
@spadgett: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
README-only changes, which shouldn't require px or qe approval. @opayne1 Can you give docs-approved? /label px-approved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Sam! Just a few small suggestions. Let me know if you have thoughts/questions. Also, I am thinking I need to add this to the product docs? Maybe where the general information is? Thanks!
|
||
For an example of a plugin that works with OpenShift 4.11, see the `release-4.11` branch. | ||
For a plugin that works with OpenShift 4.10, see the `release-4.10` branch. | ||
This repository contains branches for older OpenShift releases. If you're |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repository contains branches for older OpenShift releases. If you're | |
This repository contains branches for older OpenShift releases. If you are |
For an example of a plugin that works with OpenShift 4.11, see the `release-4.11` branch. | ||
For a plugin that works with OpenShift 4.10, see the `release-4.10` branch. | ||
This repository contains branches for older OpenShift releases. If you're | ||
writing a plugin that should be backwards compatible with older release, you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
writing a plugin that should be backwards compatible with older release, you | |
writing a plugin that is backwards compatible with older releases, you |
For a plugin that works with OpenShift 4.10, see the `release-4.10` branch. | ||
This repository contains branches for older OpenShift releases. If you're | ||
writing a plugin that should be backwards compatible with older release, you | ||
should base your plugin on those branches. The branch names follow pattern |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should base your plugin on those branches. The branch names follow pattern | |
must base your plugin on those branches. The branch names follow pattern |
- [Console Plugin SDK README](https://github.com/openshift/console/tree/master/frontend/packages/console-dynamic-plugin-sdk) | ||
- [Customization Plugin Example](https://github.com/spadgett/console-customization-plugin) | ||
- [Dynamic Plugin Enhancement Proposal](https://github.com/openshift/enhancements/blob/master/enhancements/console/dynamic-plugins.md) | ||
To learn more, have a look at the SDK documentation, a few sample plugins, and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To learn more, have a look at the SDK documentation, a few sample plugins, and | |
To learn more, have a look at the SDK documentation, a few sample plugins, and |
I am wondering if it might just be better to say something like "To learn more, refer to the following links" or "For more information, see the plugin documentation, sample plugins, and the source code for a few active plugins." to be more consistent with the product documentation.