Skip to content

Commit 25e4e79

Browse files
Copilotastandrik
andcommitted
fix: update copilot instructions for conventional commit PR titles
Co-authored-by: astandrik <[email protected]>
1 parent 593db13 commit 25e4e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ This is a React-based monitoring and management interface for YDB clusters. The
9898

9999
- Run `npm run lint` and `npm run typecheck` before committing
100100
- Follow conventional commit message format
101-
- Use conventional commit format for PR titles (fix:, feat:, chore:, docs:, etc.)
101+
- Use conventional commit format for PR titles with lowercase subjects (e.g., "fix: update api endpoints", "feat: add new component", "chore: update dependencies")
102+
- PR title subjects must be lowercase (no proper nouns, sentence-case, start-case, pascal-case, or upper-case)
102103
- Ensure all user-facing text is internationalized
103104
- Test with a local YDB instance when possible
104105

0 commit comments

Comments
 (0)