Back to all reviewers

Document configuration variations

oven-sh/bun
Based on 2 comments
Markdown

When documenting or implementing configuration options, always include variations needed for different environments and use cases. Ensure that your configuration files, installation guides, and rule definitions cover all common scenarios.

Configurations Markdown

Reviewer Prompt

When documenting or implementing configuration options, always include variations needed for different environments and use cases. Ensure that your configuration files, installation guides, and rule definitions cover all common scenarios.

For installation instructions, include platform-specific commands and hardware variations:

# Standard installation
winget install Oven-sh.Bun

# For CPUs without AVX2 instruction set support
winget install Oven-sh.Bun.Baseline

For rule definitions and pattern matching, include all relevant files:

globs: *.ts, *.tsx, *.html, *.css, *.js, *.jsx, package.json

This ensures users can successfully set up and use the system regardless of their specific environment, and automation tools will properly process all configuration files.

2
Comments Analyzed
Markdown
Primary Language
Configurations
Category

Source Discussions