tektoncd-catalog / golang

This catalog repo holds golang related resources
Apache License 2.0
0 stars 1 forks source link

Initial Golang verified catalog repo setup #2

Closed QuanZhang-William closed 1 year ago

QuanZhang-William commented 1 year ago

This commit adds the required files to meet tektoncd project requirements:

The contents will be filled in later PRs

The OWNERS file content is migrated from: https://github.com/tektoncd/catalog/blob/main/OWNERS

QuanZhang-William commented 1 year ago

Part of https://github.com/tektoncd-catalog/golang/issues/3

QuanZhang-William commented 1 year ago

/cc @dibyom @vdemeester @vinamra28

dibyom commented 1 year ago

Do we want to use a .github repository for the templates? So that newly created projects can just have it automatically? Similar to https://github.com/tektoncd/.github/tree/main/.github ?

QuanZhang-William commented 1 year ago

Do we want to use a .github repository for the templates? So that newly created projects can just have it automatically? Similar to https://github.com/tektoncd/.github/tree/main/.github ?

Interesting, I didn't know there is org level .github folder! Will update the PR to use the template.

QuanZhang-William commented 1 year ago

Do we want to use a .github repository for the templates? So that newly created projects can just have it automatically? Similar to https://github.com/tektoncd/.github/tree/main/.github ?

@dibyom @jerop @vdemeester @vinamra28 . I have created the .github and cleaned up the content in this PR. Can you please take a look?