From 8c0b00a3f7083a3ee5d2e754b6ba9c0345d5eaa9 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/.gitignore | 8 ++++++++ .idea/community.iml | 9 +++++++++ .idea/misc.xml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 6 files changed, 75 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/community.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..73f69e095 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/community.iml b/.idea/community.iml new file mode 100644 index 000000000..d6ebd4805 --- /dev/null +++ b/.idea/community.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..fe90235fd --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..28646426a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..fd7702ec9 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,40 @@ + + + + + + + + + \ 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)