Closed garg-dhruv closed 1 year ago
Welcome @garg-dhruv! It looks like this is your first PR to knative/client 🎉
Hi @garg-dhruv. Thanks for your PR.
I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Thanks for the PR! Welcome to the Knative community!
/ok-to-test
Patch coverage has no change and project coverage change: -0.03
:warning:
Comparison is base (
3a8d646
) 79.87% compared to head (23685e8
) 79.85%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
/retest
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dsimansk, garg-dhruv
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
Resolves inconsistency in install instructions between docs/README.md and the official website. Resolution: Point user directly to official website and delete docs/README.md
Also, moving docs/DEVELOPMENT.md to root directory in alignment with other Knative projects.
Reference
Fixes #1410