Skip to content

Commit 3465cae

Browse files
committed
fix review findings
1 parent 60c7fde commit 3465cae

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

process/glossary/index.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Terms
8181
- A packaging mechanism for delivering Dependable Elements (e.g., executable code or libraries) to users or integrators of the platform.
8282
- :ref:`Building blocks concept<general_concepts_building_blocks>`
8383

84+
* - **Delivery Team**
85+
- Cross-functional team responsible for all artifacts within a Module, including development, quality, safety, and security activities.
86+
- :ref:`Roles<roles>`
87+
-
8488
* - **Dependable Element**
8589
- The highest abstraction level in the building blocks model. A Dependable Element consists of one or more Components and can be developed as a Safety Element out of Context (SEooC). It is delivered in a Delivery Container.
8690
- :ref:`Building blocks concept<general_concepts_building_blocks>`
@@ -117,6 +121,10 @@ Terms
117121
- Systematic analysis performed on feature architecture to verify compliance with safety and security requirements at the feature level, documenting any violations or potential faults.
118122
- ::ref:`Building blocks concept<general_concepts_building_blocks>`
119123

124+
* - **Feature Team**
125+
- An synonym term for Delivery Team.
126+
- :ref:`Roles<roles>`
127+
120128
* - **Impact Analysis**
121129
- The process of evaluating the effects and consequences of proposed changes on work products.
122130
- :ref:`Process change management<change_management>`
@@ -137,10 +145,6 @@ Terms
137145
- An synonym term for Dependable Element
138146
- :ref:`Building blocks concept<general_concepts_building_blocks>`
139147

140-
* - **Module Team**
141-
- Cross-functional team responsible for all artifacts within a Module, including development, quality, safety, and security activities.
142-
- :ref:`Roles<roles>`
143-
144148
* - **Platform**
145149
- The complete software platform consisting of features, components, and supporting infrastructure.
146150
- :ref:`Building blocks concept<general_concepts_building_blocks>`

process/process_areas/change_management/guidance/change_management_guideline.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ to provide e.g. a change request issue template.
4343
.. note::
4444
An example template for the Issue Tracking System in GitHub (`GitHub Issues <https://github.com/features/issues>`_)
4545
can be found here:
46-
`Issue Template Change Request <https://github.com/eclipse-score/.github/blob/main/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml>`_
46+
`Issue Template Change (Feature) Request <https://github.com/eclipse-score/.github/blob/main/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml>`_
47+
or
48+
`Issue Template Change (Component) Request <https://github.com/eclipse-score/.github/blob/main/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml>`_
4749

4850
Improvements including Process Improvements are not Change Requests.
4951
The project's selected Issue Tracking System may also provide a template for improvements,
@@ -128,7 +130,9 @@ automatically included or copied by the different users.
128130
.. note::
129131
For the Issue Tracking System in GitHub, there is a template created, which can be
130132
be found here:
131-
`Issue Template Change <https://github.com/eclipse-score/.github/blob/main/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml>`_
133+
`Issue Template Change (Feature) Request <https://github.com/eclipse-score/.github/blob/main/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml>`_
134+
or
135+
`Issue Template Change (Component) Request <https://github.com/eclipse-score/.github/blob/main/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml>`_
132136

133137
.. note::
134138
A Change Request Example based on that template is here:

0 commit comments

Comments
 (0)