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.13 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.
0 commit comments