-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add Tekton Design Principles #171
Conversation
3109b9a
to
07e30c7
Compare
/lgtm |
I'm very excited! Any thoughts I had were addressed in the original doc so: /lgtm Waiting for review from @vdemeester @afrittoli (and anyone/everyone else who would like to chime in of course) before merging |
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.
/lgtm
07e30c7
to
8105454
Compare
This builds on the [API Design section](https://github.com/tektoncd/community/pull/133/files#diff-11ec7b2edcebbbc9374c04b87a8e7dd9R80) of the [Tekton contributor and reviewer expectations](tektoncd#133). The goal of these principles is to provide a basis for design choices and help in making tradeoffs. The design principles are reusability, simplicity, flexibility and conformance. The principles were initially proposed in [this Google Doc](https://docs.google.com/document/d/1_iqwslxAOx-SPYosnTFS5kOZcmxcBWpuIULZHQHP85Q/edit?usp=sharing) that's visible to members of tekton-dev@.
8105454
to
478454b
Compare
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.
/cc @afrittoli
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbwsg, vdemeester 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 |
/lgtm |
Hey @jerop , just realized we didn't add any links to this - can we add a link from the main README? |
We added design principles in tektoncd#171 Adding a reference to them to increase the visibility to contributors
We added design principles in tektoncd#171 Adding a reference to them to increase the visibility to contributors
We added design principles in tektoncd#171 Adding a reference to them to increase the visibility to contributors
We added design principles in #171 Adding a reference to them to increase the visibility to contributors
@jerop has been reviewed 32 PRs in pipelines (https://github.com/tektoncd/pipeline/pulls?q=is%3Apr+reviewed-by%3Ajerop+-author%3Ajerop) and has authored 27 PRs against this repo (https://github.com/tektoncd/pipeline/pulls/jerop) including when expressions tektoncd#3135, in addition to making significant improvements to our processes (e.g. defining design principles tektoncd/community#171 and recently proposing topical areas of ownership) Thanks for all your hard work @jerop!!
@jerop has been reviewed 32 PRs in pipelines (https://github.com/tektoncd/pipeline/pulls?q=is%3Apr+reviewed-by%3Ajerop+-author%3Ajerop) and has authored 27 PRs against this repo (https://github.com/tektoncd/pipeline/pulls/jerop) including when expressions #3135, in addition to making significant improvements to our processes (e.g. defining design principles tektoncd/community#171 and recently proposing topical areas of ownership) Thanks for all your hard work @jerop!!
The goal of these principles is to provide a basis for design choices and help in making tradeoffs. The design principles are reusability, simplicity, flexibility and conformance.
The principles were initially proposed and discussed in this google doc that's visible to members of tekton-dev@. Thank you for the contributions!
Related issue: Add contributor and reviewer expectations.