Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/internals/requirements/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,14 +495,14 @@ Versioning
.. table::
:widths: auto

================================ ===================================================
================================ ========================================================
Source Type Allowed Link Target
================================ ===================================================
================================ ========================================================
Feature Requirements Stakeholder Requirements
Component Requirements Feature Requirements
Process Requirements Workflows
Tooling Requirements Process Requirements, Stakeholder Requirements
================================ ===================================================
Tooling Requirements Process-, Stakeholder-, Feature-, Component Requirements
================================ ========================================================

.. note::
Certain tool requirements do not have a matching process requirement.
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/score_metamodel/metamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ needs_types:
optional_links:
# req-Id: tool_req__docs_req_link_satisfies_allowed
# TODO: make it mandatory
satisfies: gd_req, stkh_req
satisfies: gd_req, stkh_req, feat_req, comp_req
optional_options:
codelink: ^.*$
tags: ^.*$
Expand Down
Loading