Apply changes from TemplateDotNetLibrary PRs #30, #31, #32#54
Merged
Malcolmnixon merged 2 commits intomainfrom Mar 6, 2026
Merged
Apply changes from TemplateDotNetLibrary PRs #30, #31, #32#54Malcolmnixon merged 2 commits intomainfrom
Malcolmnixon merged 2 commits intomainfrom
Conversation
Copilot
AI
changed the title
[WIP] Apply changes from sister template project
Apply changes from TemplateDotNetLibrary PRs #30, #31, #32
Mar 6, 2026
Malcolmnixon
approved these changes
Mar 6, 2026
There was a problem hiding this comment.
Pull request overview
Syncs repository infrastructure updates from the TemplateDotNetLibrary template, focused on adding a “Question/Help” issue form and expanding CI/requirements/docs to explicitly support macOS.
Changes:
- Added a GitHub issue form for usage/help questions.
- Expanded CI build + integration-test matrices to include
macos-latestand normalizedOS_SHORTderivation. - Updated requirements and documentation to include macOS platform support and added an agent selection guide.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
requirements.yaml |
Adds macos@ source filter documentation and a new macOS platform requirement with evidence links. |
README.md |
Updates feature list to reflect macOS support. |
AGENTS.md |
Adds an Agent Selection Guide and updates platform/source-filter docs to include macOS. |
.github/workflows/build.yaml |
Adds macos-latest to build/integration-test matrices and simplifies OS short-name generation. |
.github/ISSUE_TEMPLATE/question.yml |
Introduces a structured Question/Help issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
Syncs three improvements from the sister TemplateDotNetLibrary template (PRs #30, #31, #32).
Description
Add question issue template (#30)
.github/ISSUE_TEMPLATE/question.yml— structured form for usage/help questions with fields for question, what was tried, expected outcome, tool version, .NET version, and additional contextAdd macOS platform support (#31)
build.yaml: addsmacos-latestto bothbuildandintegration-testOS matrices; simplifiesOS_SHORTtosed 's/-latest//'(yieldswindows,ubuntu,macosuniformly)requirements.yaml: newTemplate-Platform-MacOSrequirement linked tomacos@TemplateTool_VersionDisplay/macos@TemplateTool_HelpDisplay; addsmacos@to source-filter docsREADME.md,AGENTS.md: "Windows and Linux" → "Windows, Linux, and macOS" throughoutAdd Agent Selection Guide to AGENTS.md (#32)
Type of Change
Pre-Submission Checklist
Build and Test
dotnet build --configuration Releasedotnet test --configuration Releasedotnet run --project src/DemaConsulting.TemplateDotNetTool --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesQuality Checks
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint .Testing
Documentation
Additional Notes
No code or unit-test changes — CI config, requirements, and documentation only. macOS CI evidence will be collected once the workflow runs on the new runner.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.