Thank you for your interest in contributing!
- Fork the repository
- Clone your fork:
git clone https://github.com/boranfurkan/react-3d-button.git - Create a branch:
git checkout -b feature/your-feature-name - Install dependencies:
npm install - Make your changes
- Build:
npm run build - Test your changes
- Commit:
git commit -m "Add your feature" - Push:
git push origin feature/your-feature-name - Open a Pull Request
- Follow the existing code style
- Add examples for new features
- Update documentation when needed
- Test on both desktop and mobile
- Ensure Next.js compatibility
- Use the issue tracker
- Include a clear description
- Add reproduction steps
- Specify your environment (React version, browser, etc.)
Open an issue with the "question" label.