Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.32 KB

File metadata and controls

41 lines (26 loc) · 1.32 KB

Contributing to CHIZE Perfumes

Thank you for your interest in contributing to CHIZE Perfumes. This file explains how to report issues, suggest improvements, and submit code changes.

How to contribute

  1. Open an issue for bugs, feature requests, or developer questions.
  2. If you want to make a code change, fork the repository and create a branch.
  3. Keep changes focused and submit a pull request with a clear description.

Code style

  • Use TypeScript for new components and utilities.
  • Follow existing patterns in src/components, src/lib, and src/app.
  • Keep styling consistent with Tailwind CSS and existing utility classes.

Testing changes

  • Use npm run lint to verify code style and catch lint issues.
  • Use npm run build to confirm the app compiles successfully.

Environment variables

Do not commit secrets or .env.local files.

Project structure

  • src/app — Next.js app routes and pages.
  • src/components — reusable UI components.
  • src/lib — app data, cart state, integrations, and Stellar helpers.

Contribution workflow

  • 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.

Code of conduct

By contributing, you agree to be respectful and follow community best practices.