Skip to content
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

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions api/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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",
Copy link
Contributor

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'?

Copy link
Contributor Author

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

"license": "Apache-2.0",
"categories": ["Kubernetes"],
"keywords": ["OpenShift", "MicroShift"],
Expand Down Expand Up @@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The 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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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 Run Kubernetes locally

"license": "Apache-2.0",
"categories": ["Kubernetes"],
"keywords": ["kubernetes", "minikube"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down
Loading