adds ai tooling rules
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
.env
|
||||
|
||||
CLAUDE.md
|
||||
|
||||
12
CONTRIBUTING.md
Normal file
12
CONTRIBUTING.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## Branch-Naming-Konventionen für KI-Coding-Tools
|
||||
|
||||
Automatisierte Coding-Tools müssen für ihre Änderungen Branches anlegen!
|
||||
Sie müssen ihre Branches nach folgendem Schema benennen:
|
||||
|
||||
| Tool | Kürzel | Branch-Präfix |
|
||||
|--------------------|--------|------------------------|
|
||||
| Claude Code | `clc` | `clc/feature-xyz` |
|
||||
| Gemini Code Assist | `gca` | `gca/refactor-abc` |
|
||||
|
||||
Weitere Konventionen:
|
||||
- **Keine Commits direkt auf `main` oder `develop`**
|
||||
Reference in New Issue
Block a user