Merge pull request #10 from microsoft/preview/soften-seed-banners

Reframe seed-article banners as contribution invitations
This commit is contained in:
Jesper Schulz-Wedde 2026-04-23 17:33:05 +02:00 committed by GitHub
commit 7dd3f4777d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 35 additions and 35 deletions

View file

@ -9,7 +9,7 @@ application-area: [all]
# Avoid growing globals in SingleInstance subscribers # Avoid growing globals in SingleInstance subscribers
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Choose MaintainSIFTIndex by read-write ratio # Choose MaintainSIFTIndex by read-write ratio
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Load common fields before branching on case # Load common fields before branching on case
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Load only primary key fields for reference work # Load only primary key fields for reference work
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Omit filter-only fields from SetLoadFields # Omit filter-only fields from SetLoadFields
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Order case branches by frequency # Order case branches by frequency
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use DeleteAll for filtered bulk deletion # Use DeleteAll for filtered bulk deletion
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Compose permission sets with IncludedPermissionSets # Compose permission sets with IncludedPermissionSets
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Do not grant rights beyond a user's entitlement # Do not grant rights beyond a user's entitlement
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Guard bulk operations with IsTemporary # Guard bulk operations with IsTemporary
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Prefer OAuth2 over API keys for external HTTP calls # Prefer OAuth2 over API keys for external HTTP calls
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Protect sensitive data in temporary tables # Protect sensitive data in temporary tables
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Do not Commit inside loops # Do not Commit inside loops
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Do not prompt the user inside a write transaction # Do not prompt the user inside a write transaction
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Keep event subscribers lightweight # Keep event subscribers lightweight
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Only fetch records you use # Only fetch records you use
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Prefer direct record access over RecordRef where possible # Prefer direct record access over RecordRef where possible
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Prefer Get for primary-key lookups # Prefer Get for primary-key lookups
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Set the current key to match your filters # Set the current key to match your filters
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use AddLoadFields in report dataitems # Use AddLoadFields in report dataitems
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use CalcSums to aggregate filtered sets # Use CalcSums to aggregate filtered sets
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use FindSet with Next for iteration # Use FindSet with Next for iteration
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Choose Insert, Modify, and Delete parameters deliberately # Choose Insert, Modify, and Delete parameters deliberately
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use IsEmpty for existence checks # Use IsEmpty for existence checks
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use SingleInstance codeunits for session caching # Use SingleInstance codeunits for session caching
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use temporary tables for intermediate data # Use temporary tables for intermediate data
> **Seed article.** Converted from an existing performance-review prompt to bootstrap the BCQuality performance corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Compose secrets with SecretStrSubstNo # Compose secrets with SecretStrSubstNo
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Do not expose sensitive data in event publishers # Do not expose sensitive data in event publishers
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Follow least privilege in permission sets # Follow least privilege in permission sets
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Never hardcode secrets in AL # Never hardcode secrets in AL
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Prefer Azure Key Vault for production secrets # Prefer Azure Key Vault for production secrets
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use indirect permissions for elevated access # Use indirect permissions for elevated access
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use InherentPermissions to grant minimal access # Use InherentPermissions to grant minimal access
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use IsolatedStorage for module and company secrets # Use IsolatedStorage for module and company secrets
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description

View file

@ -9,7 +9,7 @@ application-area: [all]
# Use NonDebuggable when parsing secrets # Use NonDebuggable when parsing secrets
> **Seed article.** Converted from an existing security-review prompt to bootstrap the BCQuality security corpus. Domain stewards should expand, restructure, and refine as needed. > Contributions welcome — open a PR to refine or extend this article.
## Description ## Description