From a9f878086ab77888145541c852de229d20f6719f Mon Sep 17 00:00:00 2001 From: Jerop Date: Tue, 3 Nov 2020 14:47:58 -0500 Subject: [PATCH] Add design principles to the main README We added design principles in https://github.com/tektoncd/community/pull/171 Adding a reference to them to increase the visibility to contributors --- .idea/workspace.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 58 insertions(+) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..355be8116 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1604432588794 + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 0ba9a6398..2ea1d4209 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ See our standards regarding: * [Code of conduct](code-of-conduct.md) * [Development principles](standards.md#principles) +* [Design principles](design-principles.md) * [Commit messages](standards.md#commit-messages) * [Go coding standards](standards.md#go) * [User profiles](user-profiles.md)