Skip to content

Commit ff3d7e9

Browse files
authored
Lift the Feature Freeze (#12001)
1 parent 3711c5d commit ff3d7e9

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99
## :warning: Note on feature completeness :warning:
1010

11-
We are narrowing the scope of acceptable enhancements to DefectDojo in preparation for v3. Learn more here:
11+
We are narrowing the scope of acceptable enhancements to DefectDojo. Learn more here:
1212
https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/CONTRIBUTING.md
1313

1414
**Is your feature request related to a problem? Please describe**

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ our channel there, [#defectdojo](https://owasp.slack.com/channels/defectdojo). F
107107

108108
## Contributing
109109

110-
:warning: We have instituted a [feature freeze](https://github.com/DefectDojo/django-DefectDojo/discussions/8002) on v2
111-
of DefectDojo as we begin work on v3. Please see our [contributing guidelines](readme-docs/CONTRIBUTING.md) for more
112-
information. Check out our latest update on v3 [here](https://github.com/DefectDojo/django-DefectDojo/discussions/11199).
110+
Please see our [contributing guidelines](readme-docs/CONTRIBUTING.md) for more
111+
information.
113112

114113
## Pro Edition
115114
[Upgrade to DefectDojo Pro](https://www.defectdojo.com/) today to take your DevSecOps to 11. DefectDojo Pro is

readme-docs/CONTRIBUTING.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@ Bugs that do not have this information will be closed.
1818

1919
Here are a few things to keep in mind when making changes to DefectDojo.
2020

21-
## Submission Pre-Approval -- DefectDojo is Feature Complete
22-
23-
We are narrowing the scope of new additions to DefectDojo v2 in order to stabilize the API and data model for v3.
24-
Generally speaking, we will no longer accept new API routes, UI routes or views, or new models. One exception is that we
25-
**will** still accept new parsers and improvements to existing fields/functionality. Simple updates to the data model
26-
are acceptable as long as they do not introduce additional complexity, until the community has agreed on a "data model
27-
freeze date", at which point we will stop accepting updates adding new fields or changing existing fields for any reason
28-
other than bugfixes or stability improvements/etc. Once v3 is released, no further data model updates to v2 will be
29-
approved. We don't want to waste your time, so if you're unsure whether your hypothetical enhancement meets the criteria
30-
for approval, please file an issue to get pre-approval before beginning work on a PR. If approved, we will add the
21+
## Submission Pre-Approval
22+
23+
We don't want to waste your time, so if you're unsure whether your hypothetical enhancement meets the criteria for approval, please file an issue to get pre-approval before beginning work on a PR. If approved, we will add the
3124
`enhancement-approved` label to your issue and you can begin building it out.
3225

3326
Below are some representative examples of what we will and won't support going forward. If you have suggestions or other

0 commit comments

Comments
 (0)