Thank you for your interest in contributing! Here's how you can help.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/create-react-app.git - Create a branch:
git checkout -b feature/your-feature - Make your changes
- Commit with a descriptive message
- Push to your fork and submit a pull request
- Use the GitHub issue tracker
- Include steps to reproduce the problem
- Include your environment details (OS, language version, etc.)
- Follow the existing code style in the project
- Add tests for new functionality
- Update documentation as needed
- Keep PRs focused on a single change
- Write a clear description of what and why
- Reference any related issues
By contributing, you agree that your contributions will be licensed under the same license as the project.