feat: a new template sync #17
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Type of change
This pull request introduces a major overhaul of the repository’s GitHub workflows and contribution documentation to modernize CI/CD, streamline chart testing and release processes, and improve contributor experience. It replaces legacy workflows with modular, maintainable alternatives, adds new issue and PR templates, and updates contribution guidelines to clarify semantic commit requirements and workflow steps.
CI/CD Pipeline Modernization
lint-test.yaml
,pr-release.yaml
) with a modular pipeline including new workflows for pull requests, cache warmup, metadata collection, and cleanup, supporting matrix builds and improved chart publishing. ([[1]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-a8619735ff14304aa0514284f86ff5145b0a6bae2e76a37faeb0ad899a3d8db4R1-R173)
,[[2]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-6a8c56c2e6d69c57863c75fdec1c35f447539d8f85f220dff958b5cbe50ca026R1-R57)
,[[3]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-d91ee3d948fd7c2d1fedf6ed9a0ae084036f13e49f81a0ddc5f159d49ad6090eR1-R27)
,[[4]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-513c002720dc7f7c795f241c64a0fa466fb8ac9364bff0cbf62a8e2690d36839R1-R38)
)[.github/workflows/cleanup.yamlR1-R38](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-513c002720dc7f7c795f241c64a0fa466fb8ac9364bff0cbf62a8e2690d36839R1-R38)
)[.github/workflows/metadata-collector.yamlR1-R27](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-d91ee3d948fd7c2d1fedf6ed9a0ae084036f13e49f81a0ddc5f159d49ad6090eR1-R27)
)[[1]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-a8619735ff14304aa0514284f86ff5145b0a6bae2e76a37faeb0ad899a3d8db4R1-R173)
,[[2]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-6a8c56c2e6d69c57863c75fdec1c35f447539d8f85f220dff958b5cbe50ca026R1-R57)
)Issue and Pull Request Templates
[[1]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-637f7b97bba458badb691a1557c3d4648686292e948dbe3e8360564378b653efR1-R111)
,[[2]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-c6b098646bf32c644234bec14c2675ea2a3d9c2dc2df450a25aa0e7ff02323cdR1-R39)
)[.github/PULL_REQUEST_TEMPLATE.mdL3-R21](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-18813c86948efc57e661623d7ba48ff94325c9b5421ec9177f724922dd553a35L3-R21)
)[.github/ISSUE_TEMPLATE/config.ymlR1](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-1c0d972ee49103af56fd608a77a28e1eb12f6908f263f0f183d46868fdcd8ea2R1)
)Contribution Documentation Improvements
CONTRIBUTING.md
to clarify the process, enforce semantic commit/PR prefixes, and detail pre-commit and documentation requirements. ([.github/CONTRIBUTING.mdL1-R22](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-98e64bc1cd2db9333c6effe87bbe0d6dfe8714aba4c6bde45aa037fe0796e44cL1-R22)
)Removal of Legacy Workflows
[[1]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-8ee75a42ccdffb28e750aba529bb689756d1773f5b5052e1ffea9486cf5fb2b7L1-L45)
,[[2]](https://github.com/lablabs/k8s-nodelocaldns-helm/pull/17/files#diff-393bfd25b194c197ee31a6be2a0eb11745b835e406138e0777cabda104cdf650L1-L68)
)References:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
How Has This Been Tested?