Standardize setup + run-test documentation across all Markdown docs - #23
Merged
XRDOGE-XRPL merged 8 commits intoSep 13, 2026
Merged
XRDOGE-XRPL merged 8 commits into
XRDOGE-XRPL merged 8 commits into
Conversation
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
XRDOGE-XRPL
September 13, 2026 01:22
View session
XRDOGE-XRPL
approved these changes
Sep 13, 2026
XRDOGE-XRPL
marked this pull request as ready for review
September 13, 2026 01:22
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.
The docs were incomplete/inconsistent for full environment setup and
run testexecution. This update aligns every Markdown document on a single, reproducible setup/test story with clear module vs project scope.Repository-wide documentation coverage
.mdfiles to include complete setup prerequisites and test execution guidance where applicable.README.md,app/README.md,app/src/main/cpp/README.md,Projectvorstellungs.md,docs/RELEASE_CHECKLIST.md,CHANGELOG.md.Clear separation of scope (project vs module)
README.mdremains the canonical source for full project-wide validation flow.app/README.mdnow documents app-module test flow explicitly and links to root docs for full-project validation.app/src/main/cpp/README.mdis focused on native host tests and references root docs for broader Gradle validation.Portable command paths
build/native-testsfor CMake/CTest examples.Release and overview alignment
docs/RELEASE_CHECKLIST.mdnow includes explicit setup +run testchecklist items consistent with README guidance.Projectvorstellungs.mdreferences the central root test procedure to prevent drift.CHANGELOG.mdrecords the documentation expansion.