Thanks for helping improve ChekIt.
- Fix unclear or incorrect ingredient descriptions.
- Add well-known ingredient synonyms.
- Improve matching behavior without adding private data or secrets.
- Improve docs, local setup, and API examples.
- Edit
data/ingredients.jsonfor public ingredient data changes. - Keep descriptions factual, plain-language, and useful to acne-prone skincare users.
- Do not add medical diagnosis claims.
- Do not add private customer data, staging data, API logs, user data, or secrets.
- Include context in the pull request for data changes. If you used a source, name it.
Fork https://github.com/JoshAquila/chekit, then clone your fork:
git clone https://github.com/<your-username>/chekit.git
cd chekitThen run:
npm install
npm run import-data
npm run smoke
npm run dev- Keep PRs focused.
- Explain what changed and why.
- Run
npm run smokebefore opening a PR. - Maintainers may edit wording for clarity, safety, or consistency.