You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use following template within a PR and link it to this issue
37
+
[Change Management Feature Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_feature_template.html) needs to be used
38
+
[Change Management Component Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_component_template.html) needs to be used
39
+
[For (Process) Improvements, Improvement Issue Template](https://github.com/eclipse-score/process_description/blob/main/.github/ISSUE_TEMPLATE/2-improvement.yml) needs to be used
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
attributes:
44
+
label: Estimates for realization
45
+
description: |
46
+
- Estimate the effort, resources, risk for the realization
47
+
validations:
48
+
required: true
49
+
- type: checkboxes
50
+
attributes:
51
+
label: Affects work products
52
+
options:
53
+
- label: Requirements
54
+
- label: Architecture
55
+
- label: Safety/Security Analysis
56
+
- label: Detailed Design
57
+
required: true
58
+
- type: textarea
59
+
attributes:
60
+
label: Impact analysis
61
+
description: |
62
+
- Details on the impacted work products
63
+
- Use the following template and/or run the impact analysis tool provided
64
+
If the following template is use within a PR, link it to this issue
65
+
[Change Management Impact Analysis Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) needs to be used
Copy file name to clipboardExpand all lines: process/process_areas/change_management/change_management_getstrt.rst
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,31 @@ Getting Started
20
20
:status: valid
21
21
:tags: change_management
22
22
23
-
In case you want to contribute a change to **S-CORE** consider to:
23
+
This document describes the steps to create a change request, and further to analyze,
24
+
implement, and to control the change until closure. Where a change is defined as an
25
+
introduction of a new feature/component or modification of an existing feature/component.
24
26
25
-
* Contact the :need:`Technical Lead <rl__technical_lead>` for your contribution to establish planning and reporting
26
-
* Create your change requests according to :need:`wf__change_cr_an_change_request`
27
-
* Make familiar with the development and supporting process descriptions in :ref:`process_description`
28
-
* Make familiar with the relevant sections of the `Platform Management Plan <REPLACE_doc__platform_mgt_plan>`, here especially with `Change Management Plan <REPLACE_doc__platform_change_management_plan>`
27
+
Examples for change requests:
28
+
29
+
* New feature e.g. communication, debugging, health management, cryptography introduced (feature request).
30
+
* Existing feature, e.g. communication supports new protocol (feature modification).
31
+
* New component for parsing a protocol introduced (component request).
32
+
* API change for an existing component (component modification).
33
+
34
+
Therefore guidelines :need:`gd_temp__change_feature_request` and
35
+
:need:`gd_temp__change_component_request`, :need:`gd_guidl__change_change_request` and
36
+
a :need:`doc_concept__change_process` are available.
37
+
38
+
General Workflow
39
+
****************
40
+
41
+
The workflows are defined in the :ref:`chm_change_workflows` section.
42
+
43
+
For every change identified, the following workflows are executed:
44
+
45
+
* Create your change request according to :need:`wf__change_create_cr`
46
+
* Analyze change request report according to :need:`wf__change_analyze_cr`
47
+
* Implement change request and monitor it until closure according to :need:`wf__change_implement_monitor_cr`
48
+
* Close the change request according to :need:`wf__change_close_cr`
49
+
50
+
In addition create a change management plan as part of the platform management plan according to :need:`wf__platform_cr_mt_platform_mgmt_plan`
0 commit comments