git-conventions
Git Conventions
Commit Message Format
Use conventional commits:
feat:- New featuresfix:- Bug fixesrefactor:- Code refactoringdocs:- Documentation changesstyle:- Formatting changestest:- Test additions/changeschore:- Maintenance tasks
Commit Template
git commit -m "feat: add new feature description
More from bwl21/bwl-flyer-generator
vue-components
Apply when creating or modifying Vue components, using BaseCard, ColorPicker, Toast, or composables. Covers component architecture, module structure, and Vue 3 Composition API patterns.
11common-pitfalls
Apply when debugging errors, reviewing code for issues, or encountering unexpected behavior. Contains known mistakes with ChurchTools API, Vue components, TypeScript, Safari cookies, and form handling.
8churchtools-api
Apply when making API calls to ChurchTools, using churchtoolsClient methods, handling API responses, or working with Tags API. Covers correct HTTP method names, parameter structure, and response handling patterns.
8development-workflow
Apply when setting up the development environment, running dev server, building, testing, or deploying the extension. Covers npm commands, CORS configuration, debugging, and deployment to ChurchTools.
7