We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdce9ee commit 2f77a84Copy full SHA for 2f77a84
.github/copilot-instructions.md
@@ -1,4 +1,11 @@
1
-## Required Before Each Commit
+# Copilot Instructions
2
3
-- Run `npx eslint . --fix` to ensure consistent code formatting with
4
- ESLint/Prettier
+- Before each commit, run `npx eslint . --fix` to ensure consistent code
+ formatting with ESLint/Prettier
5
+
6
+- Every commit and PR title must conform to Conventional Commits
7
+ specification. For example:
8
+ - `feat: add user authentication`
9
+ - `fix: resolve issue with data fetching`
10
+ - `docs: update README with setup instructions`
11
+ - `chore: bump dependencies to latest versions`
0 commit comments