docs(testing): add formal test policy and requirements#190
Merged
WilliamBerryiii merged 4 commits intomicrosoft:mainfrom Feb 11, 2026
Merged
docs(testing): add formal test policy and requirements#190WilliamBerryiii merged 4 commits intomicrosoft:mainfrom
WilliamBerryiii merged 4 commits intomicrosoft:mainfrom
Conversation
📚 Documentation Health ReportGenerated on: 2026-02-11 12:50:27 UTC 📈 Documentation Statistics
🏗️ Three-Tree Architecture Status
🔍 Quality Metrics
This report is automatically generated by the Documentation Automation workflow. |
katriendg
reviewed
Feb 11, 2026
Collaborator
katriendg
left a comment
There was a problem hiding this comment.
Thanks @DenisMal00 for taking the time to contribute and making improving our OSFF scorecard!
Good callout on the broken link, you can leave as-is as I have now seen we need another set of changes for other links which need updating. Will create separate issues for this.
The current PR looks good to me, if you can just address the table format markdown?
Thank you!
📚 Documentation Health ReportGenerated on: 2026-02-11 13:28:50 UTC 📈 Documentation Statistics
🏗️ Three-Tree Architecture Status
🔍 Quality Metrics
This report is automatically generated by the Documentation Automation workflow. |
katriendg
approved these changes
Feb 11, 2026
Collaborator
katriendg
left a comment
There was a problem hiding this comment.
Looks good, thank you!
WilliamBerryiii
approved these changes
Feb 11, 2026
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.
Fixes #145
I added the formal Test Policy section to
docs/contributing/testing-validation.mdfollowing the implementation guidance. I also updatedCONTRIBUTING.mdto link to the new policy.Note: On line 152 of
CONTRIBUTING.md, the link to Coding Conventions points to./docs/coding-conventions.md(which doesn't exist). The correct path seems to be./docs/contributing/coding-conventions.md.I left it as-is to keep this PR scoped, but I can fix it if you prefer.