Skip to content

Commit 2f77a84

Browse files
authored
docs: add conventional commits format to copilot instructions (#133)
1 parent bdce9ee commit 2f77a84

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/copilot-instructions.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## Required Before Each Commit
1+
# Copilot Instructions
22

3-
- Run `npx eslint . --fix` to ensure consistent code formatting with
4-
ESLint/Prettier
3+
- Before each commit, run `npx eslint . --fix` to ensure consistent code
4+
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

Comments
 (0)