-
Notifications
You must be signed in to change notification settings - Fork 9
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
Possibility to add TAG repos to CLOTributor #303
Comments
Hi @aliok One way of handling this would be to add a - name: cncf-tags
display_name: CNCF TAGs
description: CNCF Technical Advisory Groups
repositories:
- name: tag-contributor-strategy
url: https://github.com/cncf/tag-contributor-strategy
check_sets: []
exclude:
- clomonitor We could exclude it from CLOMonitor to avoid confusions with the rest of the CNCF projects. There is one detail we'd need to address first though: some fields, like the project's maturity, are required, and they don't fit well for a case like this. So we should probably make them optional. What do you think about adding a project like that @caniszczyk? |
Thanks @tegioz for the quick response. I like your YAML-driven visualization, it helps understanding better. I like the approach, except TAG Contributor Strategy has 2 repos that it owns and I would prefer having both indexed by CLOTributor: How about having a separate project for each TAG? Something like: - name: cncf-tag-contributor-strategy
display_name: CNCF TAG Contributor Strategy
description: CNCF TAG Contributor Strategy
repositories:
- name: tag-contributor-strategy
url: https://github.com/cncf/tag-contributor-strategy
check_sets: []
exclude:
- clomonitor
- name: mentoring-wg
url: https://github.com/cncf/tag-contributor-strategy
check_sets: []
exclude:
- clomonitor
- name: cncf-tag-env-sustainability
display_name: CNCF TAG Environmental Sustainability
description: CNCF TAG Environmental Sustainability
repositories:
- name: cncf-tag-env-sustainability
url: https://github.com/cncf/tag-env-sustainability/
check_sets: []
exclude:
- clomonitor Altough TAG Contributor Strategy might be the only exception having 2 repositories, another effect of separation is that it might be better to not put tasks from various TAGs under the same bucket. For example, if there's only 1 project for all TAGs, when I go to CLOTributor and click on |
Sure, a separate project for each TAG sounds great 🙂 |
Hi @aliok @caniszczyk is fine with this too, so we'll make the changes required to accommodate those projects (the required fields I mentioned the other day). Will ping you as soon as they're ready so that you can add the projects 🙂 |
@tegioz Sounds great! Thanks for looking into this! |
Hi @aliok The changes required to make this possible have been addressed in: You can add the new projects to the data file when you are ready 🙂 Some tips:
Logos sample: logo_url: https://raw.githubusercontent.com/cncf/artwork/master/other/tag-contributor-strategy/icon/color/tag-contributor-strategy-icon-color.svg
logo_dark_url: https://raw.githubusercontent.com/cncf/artwork/master/other/tag-contributor-strategy/icon/white/tag-contributor-strategy-icon-white.svg |
Thanks @tegioz I am giving it a try here: cncf/clomonitor#1109 |
How can I add a TAG's repo to CLOTributor?
It would be nice to list this issue there for example: cncf/tag-contributor-strategy#140
The text was updated successfully, but these errors were encountered: