Skip to content

Commit f48e867

Browse files
committed
chore(docs): sync CLAUDE.md with standardized template
- Add Microsoft coding guidelines reference (rule #8) - Add perf and ci commit types to Conventional Commit Types table - Standardize GitHub CLI Commands section
1 parent 21c29cc commit f48e867

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1313
5. **Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/sdk/version-sync`)
1414
6. **Working an issue** - Always create a new branch from an updated main branch
1515
7. **Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16+
8. **Microsoft coding guidelines** - Follow [Microsoft C# coding conventions](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions) and [.NET library design guidelines](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/)
1617

1718
---
1819

@@ -35,6 +36,8 @@ gh issue close <number>
3536
| `refactor` | Code change that neither fixes a bug nor adds a feature |
3637
| `test` | Adding or updating tests |
3738
| `chore` | Maintenance tasks |
39+
| `perf` | Performance improvement |
40+
| `ci` | CI/CD changes |
3841

3942
---
4043

0 commit comments

Comments
 (0)