docs: Add UITesting-Guide, ReleasePlanning, and ReleaseProcess to docs/README.md index#35195
Conversation
Add rows for UITesting-Guide.md, ReleasePlanning.md, and ReleaseProcess.md to the contributor documentation index table. All .md files in docs/ now have a corresponding entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 35195Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 35195" |
There was a problem hiding this comment.
Pull request overview
Updates the contributor docs index (docs/README.md) to include three existing documents that were previously missing from the table of contents, improving discoverability.
Changes:
- Add index entries for
ReleasePlanning.mdandReleaseProcess.md - Add index entry for
UITesting-Guide.md
|
/review |
|
✅ Expert Code Review completed successfully! |
✅ Expert Code Review: No Issues Found3 independent reviewers analyzed this PR and found no issues. What was verified
Minor observation (out of scope)One reviewer noted that Methodology: 3-model adversarial consensus — independent reviewers with cross-validation of findings.
|
…nning entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Addressed review feedback:
No other review comments to address. |
…s/README.md index (#35195) > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ## Summary Add three missing entries to the `docs/README.md` table of contents: - `UITesting-Guide.md` — guide for writing and running UI tests - `ReleasePlanning.md` — release planning process - `ReleaseProcess.md` — release execution process These files exist in `docs/` but were absent from the index, making them hard to discover. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: kubaflo <kubaflo@users.noreply.github.com>
…s/README.md index (#35195) > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ## Summary Add three missing entries to the `docs/README.md` table of contents: - `UITesting-Guide.md` — guide for writing and running UI tests - `ReleasePlanning.md` — release planning process - `ReleaseProcess.md` — release execution process These files exist in `docs/` but were absent from the index, making them hard to discover. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: kubaflo <kubaflo@users.noreply.github.com>
…s/README.md index (#35195) > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ## Summary Add three missing entries to the `docs/README.md` table of contents: - `UITesting-Guide.md` — guide for writing and running UI tests - `ReleasePlanning.md` — release planning process - `ReleaseProcess.md` — release execution process These files exist in `docs/` but were absent from the index, making them hard to discover. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: kubaflo <kubaflo@users.noreply.github.com>
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Summary
Add three missing entries to the
docs/README.mdtable of contents:UITesting-Guide.md— guide for writing and running UI testsReleasePlanning.md— release planning processReleaseProcess.md— release execution processThese files exist in
docs/but were absent from the index, making them hard to discover.