diff --git a/process/folder_templates/features/feature_name/requirements/index.rst b/process/folder_templates/features/feature_name/requirements/index.rst index 0e98c7d280..47fb29b89f 100644 --- a/process/folder_templates/features/feature_name/requirements/index.rst +++ b/process/folder_templates/features/feature_name/requirements/index.rst @@ -41,11 +41,11 @@ Feature Requirements :reqtype: Process :security: NO :safety: ASIL_B - :satisfies: stkh_req__requirements__template + :derived_from: stkh_req__requirements__template :valid_from: v0.0.1 :valid_until: v1.0.1 :status: invalid - :belongs_to: feat__feature_name + :satisfied_by: feat__feature_name The Feature shall do xyz to the user to bring him to this condition at this time. @@ -66,9 +66,9 @@ Feature Requirements The above directives must be updated according to your feature requirements. - Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`) - - Set ``belongs_to`` with a link to feature ID + - Set ``satisfied_by`` with a link to feature ID - Set ``reqtype`` with a link to the right value () - - Set ``satisfies`` with a link to the right stakeholder requirement + - Set ``derived_from`` with a link to the right stakeholder requirement - Adjust ``safety`` and ``security`` to the right value (ASIL B/QM; YES/NO) - Add other needed requirements for your feature - Adjust ``valid_from`` and ``valid_until`` to the right version numbers diff --git a/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst b/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst index d705cf1b44..9dd038055e 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst @@ -44,9 +44,9 @@ Component Requirements :reqtype: Process :security: YES :safety: ASIL_B - :satisfies: feat_req__feature_name__some_title + :derived_from: feat_req__feature_name__some_title :status: invalid - :belongs_to: comp__component_name_template + :satisfied_by: comp__component_name_template The Component shall do xyz to another component to bring it to this condition at this time @@ -56,8 +56,8 @@ Component Requirements The above directive must be updated according to your component requirements. - Replace the example content by the real content for your first requirement - - Set ``satistifes`` with links to Feature requirements - - Set ``belongs_to`` with a link to the right Component id + - Set ``derived_from`` with links to Feature requirements + - Set ``satisfied_by`` with a link to the right Component id - Set ``safety`` and ``security`` to the right value - Set the status to valid and start the review/merge process - Add other needed requirements for your component