You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This checklist is for your information.
26
26
-[ ] Bugfixes should be submitted against the `bugfix` branch.
27
27
-[ ] Give a meaningful name to your PR, as it may end up being used in the release notes.
28
28
-[ ] Your code is flake8 compliant.
29
-
-[ ] Your code is python 3.11 compliant.
29
+
-[ ] Your code is python 3.12 compliant.
30
30
-[ ] If this is a new feature and not a bug fix, you've included the proper documentation in the docs at https://github.com/DefectDojo/django-DefectDojo/tree/dev/docs as part of this PR.
31
31
-[ ] Model changes must include the necessary migrations in the dojo/db_migrations folder.
# Documentation provided in the README file needs to contain the latest information from `values.yaml` and all other related assets.
84
+
# If this step fails, install https://github.com/norwoodj/helm-docs and run locally `helm-docs --chart-search-root helm/defectdojo` before committing your changes.
85
+
# The helm-docs documentation will be generated for you.
# The HELM structure supports the existence of a `values.schema.json` file. This file is used to validate all values provided by the user before Helm starts rendering templates.
100
+
# The chart needs to have a `values.schema.json` file that is compatible with the default `values.yaml` file.
101
+
# If this step fails, install https://github.com/losisin/helm-values-schema-json and run locally `helm schema --use-helm-docs` in `helm/defectdojo` before committing your changes.
0 commit comments