Skip to content

Commit 9661cd6

Browse files
committed
docs(copilot): clarify commit message format requirements
- Add explicit Conventional Commits format with examples - Specify issue number suffix requirement - Include all valid commit types (feat, fix, chore, docs, test, refactor) - Provide concrete example for reference Ensures consistent commit message formatting across all contributions.
1 parent 3b0a757 commit 9661cd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/copilot-instructions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ ASP.NET Core 10 REST API with layered architecture
1919
- **Logging**: Serilog with structured logging
2020
- **Testing**: xUnit + Moq + FluentAssertions
2121
- **Formatting**: CSharpier
22-
- **Commits**: Subject ≤80 chars, include issue number (#123), body lines ≤80 chars, conventional commits
22+
- **Commits**: Conventional Commits with issue number suffix
23+
- Format: `type(scope): description (#issue)` (max 80 chars)
24+
- Types: feat, fix, chore, docs, test, refactor
25+
- Example: `feat(api): add player search endpoint (#123)`
26+
- Body lines ≤80 chars
2327

2428
## Architecture
2529

0 commit comments

Comments
 (0)