Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit c8f9c1e

Browse files
authored
Merge branch 'main' into copilot/fix-3106
2 parents 2936d76 + 62a21af commit c8f9c1e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copilot Instructions
2+
3+
This document serves as an index to task-specific instructions for GitHub Copilot.
4+
5+
## Install and Build
6+
7+
- Packages are located in the `packages` folder
8+
- Use `pnpm` as the package manager
9+
- Use `pnpm install` to install dependencies
10+
- Use `pnpm build` to build every package
11+
- Use `pnpm format` under each subfolder of `packages` folder to format all files
12+
13+
## Describing changes
14+
15+
- Repo use `@chronus/chronus` for changelogs
16+
- Use `pnpm change add` to add a change description for the touched packages
17+
- Types of changes are described in `.chronus/config.yaml`

0 commit comments

Comments
 (0)