Thank you for your interest in contributing to Create Next Quick! Your contributions help make this project better for everyone.
- Use the Issues tab to report bugs
- Include your package version (
npx create-next-quick --version) - Provide clear steps to reproduce, expected behavior, and screenshots if applicable
- Share your environment details (Node.js and npm versions)
- Open an issue first to discuss your idea
- Please wait for approval before starting major work
- Consider compatibility with different Next.js versions
- Add tests for new features or bug fixes
- Ensure all tests pass before submitting a PR
Click the "Fork" button at the top right of the repo.
git clone https://github.com/your-username/create-next-quick.git
cd create-next-quick# Install dependencies
npm install
# Link package locally
npm link
# Test the package
npx create-next-quick my-app- Follow the existing TypeScript/JavaScript style
- Use meaningful commit messages
- Write clean, modular code
- Update documentation for new features
- Create a feature branch:
git checkout -b feature/your-feature-name- Commit your changes:
git commit -m "feat: your feature description"- Push to your fork and open a PR:
git push origin feature/your-feature-name- Tests added/updated
- Documentation updated
- Code follows project style
- All checks passing
Please review our Code of Conduct. By participating, you agree to abide by its terms.
If you have questions:
- Open an issue in our repository
- Use the discussions tab for general queries
- Review existing issues and documentation
Happy coding! 🚀