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

Added getting started page #701

Merged
merged 6 commits into from
Nov 19, 2022
Merged

Conversation

sudhirverma
Copy link
Contributor

Fix: #691

@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2022

Codecov Report

Base: 67.92% // Head: 67.92% // No change to project coverage 👍

Coverage data is based on head (f5ae2b8) compared to base (8b5e783).
Patch coverage: 83.33% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #701   +/-   ##
=======================================
  Coverage   67.92%   67.92%           
=======================================
  Files         114      114           
  Lines        6619     6619           
  Branches     1157     1157           
=======================================
  Hits         4496     4496           
  Misses       2123     2123           
Impacted Files Coverage Δ
src/cli-command.ts 72.78% <50.00%> (ø)
src/debugger/debug-tree-view.ts 59.52% <100.00%> (ø)
src/util/telemetry-watch-tekton-resource.ts 78.94% <100.00%> (ø)
src/util/watchResources.ts 73.61% <100.00%> (ø)
src/yaml-support/tkn-yaml-schema.ts 58.82% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@lstocchi lstocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm afraid the gifs are too small. Mainly the one related to code completion, it's very hard to understand what you type

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@sudhirverma sudhirverma requested a review from lstocchi November 16, 2022 17:17
Copy link
Contributor

@lstocchi lstocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

package.json Outdated Show resolved Hide resolved
package.json Outdated
{
"id": "Create Resources",
"title": "Create new resource",
"description": "The plugin allows creating a new Tekton resource directly from the YAML in the editor and deploying it using the Kubernetes: Create command available from the Kubernetes extension.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "The plugin allows creating a new Tekton resource directly from the YAML in the editor and deploying it using the Kubernetes: Create command available from the Kubernetes extension.",
"description": "Create a new Tekton resource directly from the YAML in the editor and deploy it using the `Kubernetes: Create` command.",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

package.json Outdated Show resolved Hide resolved
package.json Outdated
"title": "Create new resource",
"description": "Create a new Tekton resource directly from the YAML in the editor and deploy it using the `Kubernetes: Create` command.",
"media": {
"image": "https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/walkthroughs/create-resource.gif",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we using the raw location of the images? This should point to the local folder image.

Copy link
Contributor

@mohitsuman mohitsuman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to fix this.

@mohitsuman
Copy link
Contributor

Need to fix this.

Have fixed it in my commit with the images folder and description changes.

@mohitsuman mohitsuman merged commit 083be41 into redhat-developer:main Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add getting started walkthrough workflow for the extension
4 participants