2021-05-20 07:51:03 +00:00
---
labels :
2022-02-04 09:05:06 +00:00
- name : incomplete-template
2021-05-20 07:51:03 +00:00
labeled :
issue :
body : |
:wave : @{{ issue.user.login }}, please follow the template provided.
action : close
locking : lock
lock_reason : resolved
2022-02-04 09:05:06 +00:00
- name : support
2021-05-20 07:51:03 +00:00
labeled :
issue :
body : |
2021-06-22 18:01:14 +00:00
:wave : @{{ issue.user.login }}, we use the issue tracker exclusively
2021-05-20 07:51:03 +00:00
for bug reports and feature requests. However, this issue appears
to be a support request. Please use our support channels
to get help.
- [ Docs](https://docs.k8s-at-home.com/)
- [ Discord](https://discord.gg/sTMX7Vh)
- [ GitHub Discussions](https://github.com/k8s-at-home/organization/discussions)
action : close
2022-02-04 09:05:06 +00:00
- name : incomplete-docs
2021-05-20 07:51:03 +00:00
labeled :
pr :
body : |
2021-06-24 07:11:20 +00:00
:wave : @{{ pull_request.user.login }}, thanks for taking the time to submit this PR. 🙏🏽
We have noticed that the chart documentation has not been completely updated for this PR.
Could you please make sure that the following items have been updated :
- `version` in `Chart.yaml` has been updated per [semver](http://semver.org/)
2022-02-04 09:48:22 +00:00
- The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. See [Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations) for more info.
2021-06-24 07:11:20 +00:00
- [ Documentation strings](https://github.com/norwoodj/helm-docs#valuesyaml-metadata) have been added to the keys in `values.yaml`.