summaryrefslogtreecommitdiffstats
path: root/.github/copilot-instructions.md
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-07-10 11:01:39 -0700
committerGitHub <noreply@github.com>2025-07-10 11:01:39 -0700
commitc1d07df3ede2e0d87d81a8d10429ae5df88519e1 (patch)
treec5cb240f4849a550221df1bb0f0bddf17629033d /.github/copilot-instructions.md
parent2d82d630e11d296ce1f52fe27d17081070042d56 (diff)
copilot instruction prompt: emphasize to format changes.
Diffstat (limited to '.github/copilot-instructions.md')
-rw-r--r--.github/copilot-instructions.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
index 180478fef..8475f70f5 100644
--- a/.github/copilot-instructions.md
+++ b/.github/copilot-instructions.md
@@ -12,8 +12,9 @@ Detailed build instructions can be found in docs/building.md
## Formatting
+DO THIS BEFORE COMMITING YOUR CHANGES:
+ RUN `./extras/formatting.sh` to format your changes first!!
Your PR needs to be formatted according to our coding style.
-Run `./extras/formatting.sh` script to format your changes before submitting them.
## Labeling your PR