mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Reframe seed-article banners as community contribution invitations
The 35 articles still in their seed form previously carried a banner reading "Seed article. ... Domain stewards should expand, restructure, and refine as needed." For a community preview, that phrasing reads as "TODO left in production" to first-time visitors. Replace all three banner variants (performance-seeded, security-seeded, community-ported) with a single positive invitation: > Contributions welcome — open a PR to refine or extend this article. Content and structure of the articles are unchanged; only the leading quote block differs. Articles that had their banner fully stripped in the earlier triage pass (the showcase-grade ten) are unaffected.
This commit is contained in:
parent
75ae6d3b2c
commit
0540c7bf6e
35 changed files with 35 additions and 35 deletions
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ application-area: [all]
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue