docs: align PR template model version note with providerAllowlist policy - #2557
Open
tasdevani21 wants to merge 2 commits into
Open
docs: align PR template model version note with providerAllowlist policy#2557tasdevani21 wants to merge 2 commits into
tasdevani21 wants to merge 2 commits into
Conversation
Replace the hardcoded 'Anthropic and OpenAI only' note in the PR template with the model-catalog reference wording used across the contributing and customization docs. This reflects the actual providerAllowlist policy (Anthropic, Google, OpenAI, Microsoft) established in PR microsoft#2014 and aligns the template with the Model Version Requirements section it already links to on the next line. Fixes microsoft#2026 📝
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2557 +/- ##
==========================================
- Coverage 82.75% 82.69% -0.06%
==========================================
Files 155 143 -12
Lines 20960 20870 -90
Branches 13 0 -13
==========================================
- Hits 17345 17259 -86
+ Misses 3613 3611 -2
+ Partials 2 0 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
WilliamBerryiii
approved these changes
Jul 29, 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
The PR template at
.github/PULL_REQUEST_TEMPLATE.md(line 42) contained a hardcoded note stating that only Anthropic and OpenAI models are accepted. This is no longer accurate: PR #2014 addedGoogleandMicrosoftto theproviderAllowlistinscripts/linting/model-catalog.json, and the contributing/customization docs (docs/contributing/custom-agents.md,docs/contributing/ai-artifacts-common.md,docs/customization/custom-agents.md) already treat the catalog as the source of truth.This PR replaces the hardcoded note with the same catalog-based wording used in
docs/contributing/ai-artifacts-common.md#model-version-requirements, which the very next line of the template already links to. The result is a single consistent policy statement across the template and the contributing docs.Related Issue(s)
Fixes #2026
Type of Change
Code & Documentation:
Testing
Cross-checked the new wording against
docs/contributing/ai-artifacts-common.md(line 88, 92) anddocs/contributing/custom-agents.md(line 96) to confirm the phrasing, backticked-path convention (no markdown link, matching all four sibling references), and RFC 2119 MUST style are consistent with the codebase. VerifiedproviderAllowlistand thega/previewstatus values inscripts/linting/model-catalog.jsonmatch the new wording. Only.github/PULL_REQUEST_TEMPLATE.mdis modified.Checklist
Required Checks
Required Local Checks
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations
Additional Notes
Scope is intentionally minimal: a single line replacement, no other edits to the template or repository.