This directory provides instructions and prompts for integrating GitHub Copilot with the chromium codebase.
This directory is currently in a prototyping state and may be removed in the future. As we add support for multiple coding IDE/agents, we will likely pull common prompts and instructions into a central directory with stubs for bespoke IDE/agent integration. Please check with your organization before using GitHub Copilot.
Note: This README file is intentionally NOT named /.github/README.md to avoid replacing the root level README.md on https://github.com/chromium/chromium. See github readme documentation
copilot-instructions.md is typically a single instruction file that contains default instructions for a workspace. These instructions are automatically included in every chat request.
Until the prompt in copilot-instructions.md is generally agreed upon for the chromium repo, this file is intentionally excluded from the repo, and added to the .gitignore for your customization.
applyTo syntax.Users can create their own prompts or instructions that match the regex .github/**/user_.md which is captured in the .gitignore.
applyTo syntax will have a much higher review bar than those without it.