-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Rewrite the Pipelines tutorial for clarity and flow. #2068
Conversation
Improves the clarity and flow of the Tekton Pipelines tutorial.
Co-Authored-By: Daniel Helfand <[email protected]>
Removes "to the build" since it doesn't make sense.
Replaces `Task` with `TaskRun` where we were referring to `TaskRun` and fixes some incorrect articles.
Shorter and clearer.
/retest
…On Tue, Feb 18, 2020 at 3:53 PM Serge Pomorski ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/tutorial.md
<#2068 (comment)>:
>
-[`PipelineResources`](resources.md) are used to define the artifacts that can be
-passed in and out of a `Task`. There are a few system defined resource types ready
-to use, and the following are two examples of the resources commonly needed.
+Use one or more [`PipelineResources`](resources.md) to define the artifacts you'd like to pass in
In this particular case, the two sentences convey the same exact technical
information. The only difference is the passive vs. active voice: "X are
used to do Y" vs "use X to do Y". I think the double passive ("X are used
to define artifacts to be passed") voice is harder to parse, IMHO.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2068?email_source=notifications&email_token=AG3UR4X2CA65VIHV5M7E7RDRDRDFFA5CNFSM4KXKP7X2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCV7U2TQ#discussion_r380928465>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3UR4VVVEC2AWQG265UD5TRDRDFFANCNFSM4KXKP7XQ>
.
|
Oops, Mistakenly closed. We should merge this! |
Applies danielhelfand's wording fix. Co-Authored-By: Daniel Helfand <[email protected]>
Apply danielhelfand's formatting fix. Co-Authored-By: Daniel Helfand <[email protected]>
Apply danielhelfand's wording fix. Co-Authored-By: Daniel Helfand <[email protected]>
Apply danielhelfand's formatting fix. Co-Authored-By: Daniel Helfand <[email protected]>
Apply danielhelfand's wording fix. Co-Authored-By: Daniel Helfand <[email protected]>
Apply danielhelfand's wording fix. Co-Authored-By: Daniel Helfand <[email protected]>
Addresses all remaining review comments.
/approve |
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/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bobcatfish 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 |
Improves the clarity and flow of the Tekton Pipelines tutorial.