-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: reduce length of short descriptions #44
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ | |
}, | ||
"extensionName": "redhat-sandbox", | ||
"displayName": "Red Hat OpenShift Sandbox", | ||
"shortDescription": "Sign up and provisioning for OpenShift Sandbox", | ||
"shortDescription": "OpenShift Sandbox sign up and provisioning", | ||
"license": "Apache-2.0", | ||
"categories": ["Kubernetes"], | ||
"keywords": ["redhat", "sandbox"], | ||
|
@@ -177,7 +177,7 @@ | |
}, | ||
"extensionName": "openshift-local", | ||
"displayName": "Red Hat OpenShift Local", | ||
"shortDescription": "This extension provides a Red Hat OpenShift Local cluster and allows Podman Desktop to interact with it", | ||
"shortDescription": "Run Red Hat OpenShift locally", | ||
"license": "Apache-2.0", | ||
"categories": ["Kubernetes"], | ||
"keywords": ["OpenShift", "MicroShift"], | ||
|
@@ -311,7 +311,7 @@ | |
}, | ||
"extensionName": "minikube", | ||
"displayName": "minikube", | ||
"shortDescription": "Integration for minikube: a tool that makes it easy to run Kubernetes locally", | ||
"shortDescription": "Run Kubernetes locally", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A little too generic? This could apply to OpenShift Local or Kind too. I know it's obvious beside the display name but feels like it could use something like 'Run Kubernetes locally with minikube' or something that's unique about minikube. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At first I used with minikube but then in the catalog you see the name 'Minikube' and the description is to run Kubernetes so I would say it's the combination of the two. It feels redundant to say it's with minikube as it's the name of the extension The GitHub page of minikube says |
||
"license": "Apache-2.0", | ||
"categories": ["Kubernetes"], | ||
"keywords": ["kubernetes", "minikube"], | ||
|
@@ -385,7 +385,7 @@ | |
}, | ||
"extensionName": "bootc", | ||
"displayName": "Bootable Containers", | ||
"shortDescription": "Support for bootable OS containers (bootc) and generating disk images", | ||
"shortDescription": "Bootable OS containers (bootc) and disk image generation", | ||
"license": "Apache-2.0", | ||
"unlisted": true, | ||
"categories": ["Containers"], | ||
|
@@ -595,7 +595,7 @@ | |
}, | ||
"extensionName": "openshift-checker", | ||
"displayName": "Red Hat OpenShift Checker", | ||
"shortDescription": "Analyze a Containerfile and highlight the directives and commands which could cause an unexpected behavior when running on an OpenShift cluster.", | ||
"shortDescription": "OpenShift image compatibility checker", | ||
"license": "Apache-2.0", | ||
"categories": ["Containers"], | ||
"keywords": ["OpenShift", "image", "checker"], | ||
|
@@ -649,7 +649,7 @@ | |
}, | ||
"extensionName": "redhat-pack", | ||
"displayName": "Red Hat Extension Pack", | ||
"shortDescription": "Get extensions of Red Hat for Podman Desktop", | ||
"shortDescription": "Recommended Red Hat extensions", | ||
"license": "Apache-2.0", | ||
"categories": ["Extension Packs"], | ||
"keywords": ["redhat", "pack"], | ||
|
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.
The name is Red Hat OpenShift Local so feels odd to me to keep the Red Hat but drop Local. (like for the sandbox above we wouldn't say it's Red Hat OpenShift sign up)
Maybe keep the name (e.g. 'Run OpenShift Local on your machine'), or drop it entirely like 'Run an OpenShift cluster locally' / 'Run a local OpenShift cluster' / 'Run OpenShift locally'?
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.
I would replace OpenShift by MicroShift :-)
Run MicroShift locally