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
Copy file name to clipboardExpand all lines: process/process_areas/implementation/guidance/implementation_guideline.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Guideline
20
20
:status: valid
21
21
:complies: std_req__iso26262__software_744
22
22
23
-
This document describes the general guidances for implementation based on the concept which is defined :need:`[[title]]<doc_concept__imp_concept>`.
24
-
In the concept is a example of a Detailed Design included.
23
+
This document describes the general guidance for implementation based on the concept which is defined :need:`[[title]]<doc_concept__imp_concept>`.
24
+
The concept includes an example of a Detailed Design.
25
25
26
26
Workflow for Implementation
27
27
===========================
@@ -37,7 +37,7 @@ Detailed description which steps are need for implementation.
37
37
#. Implement the source code, by using the coding guidelines given within the project specific :need:`SW development Plan <wp__sw_development_plan>` for the programming languages in your project.
38
38
#. Create a pull request for your change.
39
39
#. Detail Design and Code Inspection is done to review the code of the software and detect errors in it.
40
-
#. Check the results of the static and dynamic code analysis (this inlcludes compiler warnings). Acceptance criteria are defined in the Verification Plan :need:`gd_temp__verification_plan`.
40
+
#. Check the results of the static and dynamic code analysis (this includes compiler warnings). Acceptance criteria are defined in the Verification Plan :need:`gd_temp__verification_plan`.
41
41
#. Fix or justify the errors.
42
42
#. Merge the pull request.
43
43
#. Create a follow up ticket if not all findings could be fixed.
0 commit comments