create-next-pro-cli
Version:
Advanced Next.js project scaffolder with i18n, Tailwind, App Router and more.
45 lines (29 loc) • 1.11 kB
Markdown
# Contributing to create-next-pro-cli
Thank you for considering contributing! Here’s how to get started:
## Branches
- `master`: Stable releases only.
- `dev`: All new features and fixes are merged here first.
- Create your feature/fix branch from `dev`:
- `feature/your-feature-name`
- `fix/your-bug-description`
## Workflow
1. Fork the repository.
2. Create your branch from `dev`.
3. Commit your changes with clear messages.
4. Open a Pull Request (PR) to `dev`.
5. Describe your changes and reference any related issues.
## Code Style
- Use TypeScript and follow existing formatting.
- Document your code with comments.
- Run `bun lint` and `bun test` before submitting.
## Issues
- Search for existing issues before opening a new one.
- Be clear and provide context, steps to reproduce, and screenshots if possible.
## Review & Merge
- All PRs are reviewed by maintainers or the community.
- Once approved, PRs are merged into `dev`, then into `master` for releases.
## Community
- Be respectful and constructive.
- Use GitHub Discussions for questions and ideas.
---
Happy coding! 🚀