Removed the ability for users to create blank issues in favor of creating a blank issue template to enforce the usage of status/triage for all issues.
Existing or Associated Issue(s)
Fixes #89
Additional Information
Checklist
[ ] Chart version bumped in Chart.yaml according to semver.
[ ] Variables are documented in the values.yaml and added to the README.md. The pre-commit utility can be used to generate the necessary content. Use pre-commit run -a to apply changes.
[ ] JSON Schema template updated and re-generated the raw schema via pre-commit hook.
[ ] List tests pass for Chart using the Chart Testing tool and the ct lint command.
Description of the change
Removed the ability for users to create blank issues in favor of creating a blank issue template to enforce the usage of status/triage for all issues.
Existing or Associated Issue(s)
Fixes #89
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -a
to apply changes.pre-commit
hook.ct lint
command.