Thanks for helping improve CodeType.
- Follow
CODE_OF_CONDUCT.md - Keep changes focused; open an issue or discussion for big shifts
codetype-vscode/- VS Code extensioncodetype-backend/- Cloudflare Worker APIcodetype-website/- Eleventy site
See each component README for setup, tests, and release steps:
codetype-vscode/README.mdcodetype-backend/README.mdcodetype-website/README.md
- Create a branch.
- Make changes with tests or note why tests do not apply.
- Run relevant scripts (lint/tests/build) for the component you touched.
- Update docs or
codetype-vscode/CHANGELOG.mdwhen behavior changes. - Open a PR with a clear summary and screenshots for UI updates.
Use clear, scoped messages. Conventional Commits are preferred.