Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 910 Bytes

File metadata and controls

35 lines (26 loc) · 910 Bytes

Contributing to React 3D Button

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/boranfurkan/react-3d-button.git
  3. Create a branch: git checkout -b feature/your-feature-name
  4. Install dependencies: npm install
  5. Make your changes
  6. Build: npm run build
  7. Test your changes
  8. Commit: git commit -m "Add your feature"
  9. Push: git push origin feature/your-feature-name
  10. Open a Pull Request

Development Guidelines

  • Follow the existing code style
  • Add examples for new features
  • Update documentation when needed
  • Test on both desktop and mobile
  • Ensure Next.js compatibility

Reporting Issues

  • Use the issue tracker
  • Include a clear description
  • Add reproduction steps
  • Specify your environment (React version, browser, etc.)

Questions?

Open an issue with the "question" label.