improve implementation - #751
Open
RolandJentschETAS wants to merge 4 commits into
Open
Conversation
RolandJentschETAS
requested review from
PandaeDo,
aschemmel-tech,
masc2023 and
pahmann
as code owners
July 28, 2026 05:40
|
The created documentation from the pull request is available at: docu-html |
masc2023
reviewed
Jul 28, 2026
masc2023
reviewed
Jul 28, 2026
Contributor
Author
|
@copilot resolve the merge conflicts in this pull request |
…plementation # Conflicts: # process/process_areas/implementation/guidance/implementation_guideline.rst # process/process_areas/implementation/guidance/implementation_process_reqs.rst # process/process_areas/implementation/implementation_concept.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the implementation guidelines and related process documentation to clarify the expectations for detailed design, unit decomposition, and traceability, with a focus on aligning with ISO 26262 and ASPICE requirements. The changes emphasize that the source code structure and comments serve as the primary documentation and traceability mechanism, while static diagrams and separate detailed design documents are optional for most cases. The requirements for documenting design decisions and enforcing safety-related coding principles are also strengthened.
Guideline and Process Documentation Updates:
Safety and Coding Standards:
Process Requirements:
Other Minor Updates:
These changes streamline the documentation process, reduce unnecessary artifacts, and ensure compliance with safety and process standards by embedding traceability and rationale directly in the codebase.