From 5835625f457f6bc16f9e622bf20e4effd7d2f6b4 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 25 Jun 2025 17:04:57 +0800 Subject: [PATCH] Create copilot-instructions.md --- .github/copilot-instructions.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/copilot-instructions.md 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`