Thank you for your interest in contributing to QuickStart React! Your contributions help make this project better for everyone.
- Use the Issues tab to report bugs.
- Provide clear steps to reproduce, expected behavior, and screenshots if applicable.
- Open an issue first to discuss your idea.
- Please wait for approval before starting major work.
- If you’re fixing a bug or adding a feature, add relevant tests.
- Ensure all tests pass before opening a pull request.
Click the “Fork” button at the top right of the repo.
git clone https://github.com/your-username/quickstart-react.git
cd quickstart-reactnpm installnpm start- Follow the existing code style.
- Use meaningful commit messages.
- Write clean, modular, and reusable code.
- Create a new branch:
git checkout -b feature/your-feature-name- Commit your changes:
git commit -m "Add feature: description"- Push to your fork and open a PR:
git push origin feature/your-feature-nameThen go to GitHub and open a pull request from your branch.
Please note we have a Code of Conduct. By participating, you agree to abide by its terms.
If you have any questions, open an issue or reach out via discussions.
Happy coding! 💻✨