File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,3 +137,25 @@ The app is configured for Firebase Hosting with automatic GitHub Actions deploym
137137- ` .css ` - Stylesheets
138138- ` .js ` - Config files (tailwind.config.js, postcss.config.js, eslint.config.js)
139139- ` .json ` - Firebase and package configuration
140+
141+ ## Git Conventions
142+
143+ ### Commit Format
144+ ```
145+ feat: Add <description>
146+ fix: Fix <description>
147+ docs: Update <description>
148+ ```
149+
150+ - Use lowercase after the prefix
151+ - Keep messages concise and descriptive
152+
153+ ### Branch Naming
154+ ```
155+ release/v{version}-{short-description}
156+ ```
157+ Example: ` release/v4.1.0-neon-status-particle `
158+
159+ ### Important Rules
160+ - ** Never add ` Co-Authored-By: Claude ` lines** to any commit messages or PR descriptions
161+ - ** Never include AI attribution** in commits, PRs, or any git history
You can’t perform that action at this time.
0 commit comments