Skip to content

docs: Add UITesting-Guide, ReleasePlanning, and ReleaseProcess to docs/README.md index#35195

Merged
kubaflo merged 2 commits into
inflight/currentfrom
op-fix-docs-readme-index
Apr 28, 2026
Merged

docs: Add UITesting-Guide, ReleasePlanning, and ReleaseProcess to docs/README.md index#35195
kubaflo merged 2 commits into
inflight/currentfrom
op-fix-docs-readme-index

Conversation

@PureWeen

Copy link
Copy Markdown
Member

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.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.

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>
Copilot AI review requested due to automatic review settings April 28, 2026 11:58
@github-actions

github-actions Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 35195

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 35195"

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md and ReleaseProcess.md
  • Add index entry for UITesting-Guide.md

Comment thread docs/README.md Outdated
@kubaflo

kubaflo commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

/review

@github-actions

github-actions Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Expert Code Review completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

✅ Expert Code Review: No Issues Found

3 independent reviewers analyzed this PR and found no issues.

What was verified

  • ✅ All 3 linked files exist: ReleasePlanning.md, ReleaseProcess.md, UITesting-Guide.md
  • ✅ Alphabetical ordering is correct (Release Planning → Release Process → Release Schedule → Triage process → UI Testing Guide)
  • ✅ Descriptions accurately reflect each document's content
  • ✅ Table formatting is consistent with existing rows
  • ✅ No other top-level docs/*.md files are missing from the index

Minor observation (out of scope)

One reviewer noted that docs/design/ subdirectory (containing ~9 design docs) is not referenced in the README index. This pre-dates this PR and could be addressed in a follow-up if desired.


Methodology: 3-model adversarial consensus — independent reviewers with cross-validation of findings.

Generated by Expert Code Review for issue #35195 · ● 4.1M ·

…nning entry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@kubaflo

kubaflo commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Addressed review feedback:

  • Applied Copilot reviewer suggestion on line 17: changed "Links to the .NET MAUI roadmap" → "Link to the .NET MAUI roadmap" since ReleasePlanning.md currently contains a single roadmap link.

No other review comments to address.

@kubaflo kubaflo changed the base branch from main to inflight/current April 28, 2026 21:32
@kubaflo kubaflo merged commit cb6ad6b into inflight/current Apr 28, 2026
5 of 6 checks passed
@kubaflo kubaflo deleted the op-fix-docs-readme-index branch April 28, 2026 21:33
@github-actions github-actions Bot added this to the .NET 10 SR7 milestone Apr 28, 2026
PureWeen added a commit that referenced this pull request Apr 29, 2026
…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>
github-actions Bot added a commit that referenced this pull request May 6, 2026
…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>
github-actions Bot added a commit that referenced this pull request May 25, 2026
…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>
@github-actions github-actions Bot locked and limited conversation to collaborators May 29, 2026
@PureWeen PureWeen modified the milestones: .NET 10 SR7, .NET 10 SR8 Jun 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants