export declare const GIT_COMMIT_MDC_CONTENT = "---\ndescription: git commit rule\nglobs: \nalwaysApply: false\n---\n\n# Git Usage\n\n- Use the following **prefixes** for commit messages, followed by a **colon** and a **space**:\n\n  - `fix` \u2014 for bug fixes\n  - `feat` \u2014 for new features\n  - `perf` \u2014 for performance improvements\n  - `docs` \u2014 for documentation changes\n  - `style` \u2014 for formatting changes\n  - `refactor` \u2014 for code refactoring\n  - `test` \u2014 for adding missing tests\n  - `chore` \u2014 for routine tasks\n\n- When determining the commit message prefix, pick the most **relevant** option from the list above.\n\n- Use **lowercase** for all commit messages.\n\n- Use **English** for all commit messages.\n\n- If the change is not self-explanatory, include a **bullet list of changes** after a blank line below the summary.\n\n- Commit but not push. You can only push after my approval.\n\n---\n";
//# sourceMappingURL=git-commit-content.d.ts.map