diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 00000000000..a144553e194 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,17 @@ +# Copilot Instructions + +This document serves as an index to task-specific instructions for GitHub Copilot. + +## Install and Build + +- Packages are located in the `packages` folder +- Use `pnpm` as the package manager +- Use `pnpm install` to install dependencies +- Use `pnpm build` to build every package +- Use `pnpm format` under each subfolder of `packages` folder to format all files + +## Describing changes + +- Repo use `@chronus/chronus` for changelogs +- Use `pnpm change add` to add a change description for the touched packages +- Types of changes are described in `.chronus/config.yaml`