Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 642 Bytes

File metadata and controls

30 lines (21 loc) · 642 Bytes

Contributing

Contributions are welcome! Here's how to get started.

Setup

git clone https://github.com/brenoalvim/diffViewer.git
cd diffViewer
npm install
npm run dev

Workflow

  1. Fork the repository
  2. Create a branch: git checkout -b feat/your-feature
  3. Make your changes
  4. Ensure the build passes: npm run build
  5. Open a Pull Request

Guidelines

  • Keep PRs focused — one change per PR
  • Follow the existing code style
  • Run lint and typecheck before submitting: npm run lint && npm run typecheck

Reporting bugs

Open an issue using the bug report template.