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.
Pull Request Overview
Description
This pull request introduces the use of Architecture Decision Records (ADRs) to document important architectural decisions in the project. It includes new documentation on how to create and manage ADRs using ADR Tools, and records two initial decisions regarding the project architecture.
Introduction of Architecture Decision Records (ADRs):
doc/architecture/decisions/0001-record-architecture-decisions.md
: Created an ADR to record the decision to use Architecture Decision Records for documenting architectural decisions.Initial Architectural Decisions:
doc/architecture/decisions/0002-use-jetson-nano-for-processing-and-raspberry-pi-for-display.md
: Created an ADR to document the decision to use Jetson Nano for processing and Raspberry Pi for display in the car cluster project.Guidelines for Creating ADRs:
doc/guidelines/how-to-create-adr-with-adr-tools.md
: Added a comprehensive guide on how to create and manage ADRs using ADR Tools, including installation instructions for MacOS, Linux, and Windows, and steps to create a new ADR.Type of Change
Checklist
Reviewer Checklist