Comprehensive documentation update using SarifMark template#41
Merged
Malcolmnixon merged 3 commits intomainfrom Feb 6, 2026
Merged
Comprehensive documentation update using SarifMark template#41Malcolmnixon merged 3 commits intomainfrom
Malcolmnixon merged 3 commits intomainfrom
Conversation
…documentation Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for BuildMark project
Comprehensive documentation update using SarifMark template
Feb 6, 2026
Malcolmnixon
requested changes
Feb 6, 2026
… only Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Feb 6, 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.
Pull Request
Description
Expanded project documentation from minimal placeholder to production-ready content. Used SarifMark repository structure as template, adapted for BuildMark's specific features (build notes generation, Git integration, GitHub issue tracking).
Changes:
README.md: Added badges, comprehensive overview, installation guide (global/local/update), usage examples, command-line options reference, self-validation documentation, report format specification, and support sections. Uses absolute URLs (required for NuGet package inclusion).
CONTRIBUTING.md: Development setup, coding standards (.editorconfig compliance), MSTest v4 testing guidelines, documentation requirements (markdown/spell/YAML linting), quality checks, and PR process. Uses reference-style links.
CODE_OF_CONDUCT.md: Community guidelines with behavior expectations, reporting procedures, and enforcement policy.
SECURITY.md: Vulnerability reporting process via GitHub security advisory only, supported versions policy, response timelines, security best practices, and update procedures.
Type of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'Testing
Documentation
Additional Notes
All 84 existing tests pass across .NET 8, 9, and 10. No code changes required. One spell check note: "myterm" in CONTRIBUTING.md is an intentional example placeholder.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.