Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 32bc3af

Browse files
authored
Merge pull request #75 from tumido/update-checklist-pr-template
chore: update PR template to reference pre-commit
2 parents 9e14665 + e29d675 commit 32bc3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Please remember to:
2323
## Checklist
2424

2525
- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/).
26-
- [ ] Variables are documented in the `values.yaml` and added to the README.md. The [helm-docs](https://github.com/norwoodj/helm-docs) utility can be used to generate the necessary content. Use `helm-docs --dry-run` to preview the content.
27-
- [ ] JSON Schema generated.
26+
- [ ] Variables are documented in the `values.yaml` and added to the README.md. The [pre-commit](https://pre-commit.com/) utility can be used to generate the necessary content. Use `pre-commit run -a` to apply changes.
27+
- [ ] JSON Schema template updated and re-generated the raw schema via `pre-commit` hook.
2828
- [ ] List tests pass for Chart using the [Chart Testing](https://github.com/helm/chart-testing) tool and the `ct lint` command.

0 commit comments

Comments
 (0)