Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/internals/requirements/process_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Unsatisfied – Priority 1
# Impact Analysis is free form text, thus not in scope of docs-as-code
"gd_req__change_attr_impact_description",
# Problem Reports are Github issues not docs-as-code
"gd_req__problem_attr_anaylsis_results",
"gd_req__problem_attr_analysis_results",
"gd_req__problem_attr_classification",
"gd_req__problem_attr_impact_description",
"gd_req__problem_attr_milestone",
Expand All @@ -38,6 +38,11 @@ Unsatisfied – Priority 1
"gd_req__problem_attr_status",
"gd_req__problem_attr_title",
"gd_req__problem_check_closing",
"gd_req__problem_check_mandatory",
# Additional requirements that are Github issues not docs-as-code
"gd_req__doc_author",
"gd_req__doc_reviewer",
"gd_req__doc_approver",
# Requirements for test frameworks are not in scope of docs-as-code
"gd_req__verification_link_tests",
"gd_req__verification_link_tests_cpp",
Expand Down
Loading