-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial Golang verified catalog repo setup #2
Conversation
Part of #3 |
CONTRIBUTING.md
Outdated
@@ -0,0 +1 @@ | |||
TODO: add contributing documentation |
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.
We should adapt the one from tektoncd/catalog
for this repo I think.
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.
Yeah, I will use it as a template. But there are some changes we need to make; for example, using git based versioning and the new automated testing setup.
Will add the details in later PRs if you don't mind 😁
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. |
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
7c42188
to
956e974
Compare
@dibyom @jerop @vdemeester @vinamra28 . I have created the .github and cleaned up the content in this PR. Can you please take a look? |
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