Thank you for your interest in contributing to CHIZE Perfumes. This file explains how to report issues, suggest improvements, and submit code changes.
- Open an issue for bugs, feature requests, or developer questions.
- If you want to make a code change, fork the repository and create a branch.
- Keep changes focused and submit a pull request with a clear description.
- Use TypeScript for new components and utilities.
- Follow existing patterns in
src/components,src/lib, andsrc/app. - Keep styling consistent with Tailwind CSS and existing utility classes.
- Use
npm run lintto verify code style and catch lint issues. - Use
npm run buildto confirm the app compiles successfully.
Do not commit secrets or .env.local files.
src/app— Next.js app routes and pages.src/components— reusable UI components.src/lib— app data, cart state, integrations, and Stellar helpers.
- Create a branch for each change.
- Open a pull request with summary and motivation.
- Link related issues when available.
- Keep commit messages clear and concise.
By contributing, you agree to be respectful and follow community best practices.