Simplify color documentation to reference helper functions#6564
Merged
kristenwomack merged 2 commits intoupdate-contribution-guidelinesfrom Jan 21, 2026
Merged
Simplify color documentation to reference helper functions#6564kristenwomack merged 2 commits intoupdate-contribution-guidelinesfrom
kristenwomack merged 2 commits intoupdate-contribution-guidelinesfrom
Conversation
Co-authored-by: kristenwomack <5034778+kristenwomack@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update contribution guidelines based on feedback
Simplify color documentation to reference helper functions
Jan 21, 2026
JeffreyCA
approved these changes
Jan 21, 2026
kristenwomack
approved these changes
Jan 21, 2026
kristenwomack
added a commit
that referenced
this pull request
Jan 21, 2026
* move extensions guideline into it's own file * add initial azd-style-guide, add progress reports styles * add guidance on color usage * Add cspell overrides for new documentation files * Revert cspell override changes * Organize contribution docs and update links * Organize documentation: split into style-guidelines and extensions * Update cli/azd/docs/extensions/extensions-style-guide.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update cli/azd/docs/style-guidelines/azd-style-guide.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix merge conflict * Update cli/azd/docs/style-guidelines/guiding-principles.md Co-authored-by: puicchan <puichan@Microsoft.com> * Simplify color documentation to reference helper functions (#6564) * Initial plan * Simplify color documentation to reference helper functions Co-authored-by: kristenwomack <5034778+kristenwomack@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kristenwomack <5034778+kristenwomack@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: puicchan <puichan@Microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.
The CLI Color Standards section contained extensive ANSI color code tables that distracted from the established helper functions in
cli/azd/pkg/output/colors.go.Changes
WithSuccessFormat,WithErrorFormat, etc.) with clear purpose mappings<details>section for optional referencecolors.gosource file for developer referenceExample
Before (raw ANSI):
After (helper functions):
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.