We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1651166 commit 62a21afCopy full SHA for 62a21af
1 file changed
.github/copilot-instructions.md
@@ -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