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
- If Req/Architecture is affected, the template of
25
+
[Change Management](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) needs to be used
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: How
31
+
description: Details on implementation approach
32
+
validations:
33
+
required: false
34
+
- type: textarea
35
+
attributes:
36
+
label: Estimates for realization
37
+
description: |
38
+
- Estimate the effort, resources, risk for the realization
39
+
- Impact to users of the feature
40
+
validations:
41
+
required: true
42
+
- type: checkboxes
43
+
attributes:
44
+
label: Category
45
+
options:
46
+
- label: Affects Detailed Design
47
+
- type: checkboxes
48
+
attributes:
49
+
label: Requirements / Architecture
50
+
options:
51
+
- label: Requirements / Architecture are not affected by this change?
Copy file name to clipboardExpand all lines: process/process_areas/problem_resolution/guidance/problem_resolution_checklist.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,5 +86,5 @@ Problem Checklist
86
86
-
87
87
88
88
* - 13
89
-
- If the Problem report is not closed and pending solution measures are open, escalated to the :need:`rl__safety_manager`?
89
+
- If the Problem report is not closed and pending solution measures are open, escalated to the :need:`rl__safety_manager` or :need:`rl__security_manager`?
Copy file name to clipboardExpand all lines: process/process_areas/problem_resolution/guidance/problem_resolution_guideline.rst
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,13 @@ This document describes the general guidances for Problem Resolution based on th
25
25
General Hints
26
26
=============
27
27
28
-
The detailed implementation of the Problem Resolution for **S-CORE** is described in the `[[title]]<REPLACE_doc__platform_problem_resolution_plan>`.
28
+
The detailed implementation of the Problem Resolution for the project shall be described in the :ref:`Workflow Platform Management <workflow_platform_management>`.
29
29
30
30
Templates
31
31
---------
32
32
33
-
To create problem reports, **S-CORE** provides the following template: :need:`[[title]]<gd_temp__problem__template>`.
33
+
To create problem reports, the project shall provide the following template: :need:`[[title]]<gd_temp__problem__template>`.
34
+
An example template for the issue trackings system GitHub can be found here: (to be updated later)
34
35
35
36
Attributes
36
37
----------
@@ -52,31 +53,32 @@ A more detailed description can be found here: :ref:`prm_process_requirements`
52
53
Activities for Problem Resolution
53
54
=================================
54
55
55
-
This section describes in detail which steps need to be performed for a Problem resolution.
56
-
57
-
Refer to the `Problem Resolution Plan <REPLACE_doc__platform_problem_resolution_plan>` for examples
58
-
how to create problem reports.
56
+
This section describes in detail which steps need to be performed for a Problem Resolution.
0 commit comments