Skip to content

Commit 62a21af

Browse files
authored
Create copilot-instructions.md (#3109)
1 parent 1651166 commit 62a21af

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)