chore: fix linting and formatting issues (#1530)

This commit is contained in:
fallenbagel
2025-03-27 00:19:05 +08:00
committed by GitHub
parent 1635932375
commit 7cb127ec3f
2 changed files with 7 additions and 7 deletions

View File

@@ -65,18 +65,18 @@ All help is welcome and greatly appreciated! If you would like to contribute to
git push origin BRANCH_NAME -f
```
### Helm Chart
### Helm Chart
Tools Required:
- [Helm](https://helm.sh/docs/intro/install/)
- [helm-docs](https://github.com/norwoodj/helm-docs)
- [Helm](https://helm.sh/docs/intro/install/)
- [helm-docs](https://github.com/norwoodj/helm-docs)
Steps:
1. Make the necessary changes.
2. Test your changes.
3. Update the `version` in `charts/jellyseerr-chart/Chart.yaml` following [Semantic Versioning (SemVer)](https://semver.org/).
1. Make the necessary changes.
2. Test your changes.
3. Update the `version` in `charts/jellyseerr-chart/Chart.yaml` following [Semantic Versioning (SemVer)](https://semver.org/).
4. Run the `helm-docs` command to regenerate the chart's README.
### Contributing Code