From 192abebc1d38adb701d279b3d4d22ef248f20102 Mon Sep 17 00:00:00 2001 From: Quan Zhang Date: Tue, 10 Jan 2023 14:23:57 -0500 Subject: [PATCH] Initial golang verified catalog repo setup This commit adds the required files to meet tektoncd project requirements: https://github.com/tektoncd/community/blob/main/process.md#project-requirements. The OWNERS file content is migrated from: https://github.com/tektoncd/catalog/blob/main/OWNERS --- CONTRIBUTING.md | 1 + DEVELOPMENT.md | 1 + OWNERS | 6 ++++++ README.md | 2 +- code-of-conduct.md | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md create mode 100644 DEVELOPMENT.md create mode 100644 OWNERS create mode 100644 code-of-conduct.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bc2f8b0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +See the `tektoncd-catalog` [Contributing](https://github.com/tektoncd-catalog/.github/blob/main/CONTRIBUTING.md) doc \ No newline at end of file diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..b03e03e --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1 @@ +See [the Contributing guide](CONTRIBUTING.md). \ No newline at end of file diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..36492c0 --- /dev/null +++ b/OWNERS @@ -0,0 +1,6 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +approvers: +- bobcatfish +- vdemeester +- vinamra28 diff --git a/README.md b/README.md index 0daaadf..ebb2226 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # golang -This catalog repo holds golang related resources +This verified catalog repo holds golang related Tekton resources diff --git a/code-of-conduct.md b/code-of-conduct.md new file mode 100644 index 0000000..2c84c3d --- /dev/null +++ b/code-of-conduct.md @@ -0,0 +1 @@ +See the `tektoncd-catalog` [code of conduct](https://github.com/tektoncd-catalog/.github/blob/main/code-of-conduct.md) doc \ No newline at end of file