diff --git a/docs/internals/requirements/process_overview.rst b/docs/internals/requirements/process_overview.rst index 884552ec..bb072f39 100644 --- a/docs/internals/requirements/process_overview.rst +++ b/docs/internals/requirements/process_overview.rst @@ -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", @@ -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",