Skip to content

Commit 8854c71

Browse files
committed
Amended PR template
1 parent ee3b050 commit 8854c71

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
**Note: DefectDojo is now on Python3 and Django 2.2.1 Please submit your pull requests to the 'dev' branch as the 'legacy-python2.7' branch is only for bug fixes. Any new features submitted to the legacy branch will be ignored and closed.**
1+
**Note: DefectDojo is now on Python3.5 and Django 2.2.x Please submit your pull requests to the 'dev' branch as the 'legacy-python2.7' branch is only for bug fixes. Any new features submitted to the legacy branch will be ignored and closed.**
22

33
When submitting a pull request, please make sure you have completed the following checklist:
44

55
- [ ] Your code is flake8 compliant
6-
- [ ] Your code is python 3.5 compliant
6+
- [ ] Your code is python 3.5 compliant (specific python >=3.6 syntax is currently not accepted)
77
- [ ] If this is a new feature and not a bug fix, you've included the proper documentation in the ReadTheDocs documentation folder. https://github.com/DefectDojo/Documentation/tree/master/docs or provide feature documentation in the PR.
8-
- [ ] Model changes must include the necessary migrations in the dojo/dd_migrations folder.
9-
- [ ] Add applicable tests to the unit tests.
8+
- [ ] Model changes must include the necessary migrations in the dojo/db_migrations folder.
9+
- [ ] Add applicable tests to the unit tests.
10+
- [ ] Add the proper label to categorize your PR
11+
12+
Current accepted labels for PRs:
13+
- Import Scans (for new scanners/importers)
14+
- enhancement
15+
- feature
16+
- bugfix
17+
- maintenance (a.k.a chores)
18+
- dependencies

0 commit comments

Comments
 (0)