Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 941 Bytes

File metadata and controls

34 lines (23 loc) · 941 Bytes

Contributing to create-react-app

Thank you for your interest in contributing! Here's how you can help.

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/create-react-app.git
  3. Create a branch: git checkout -b feature/your-feature
  4. Make your changes
  5. Commit with a descriptive message
  6. Push to your fork and submit a pull request

Reporting Issues

  • Use the GitHub issue tracker
  • Include steps to reproduce the problem
  • Include your environment details (OS, language version, etc.)

Code Style

  • Follow the existing code style in the project
  • Add tests for new functionality
  • Update documentation as needed

Pull Requests

  • Keep PRs focused on a single change
  • Write a clear description of what and why
  • Reference any related issues

License

By contributing, you agree that your contributions will be licensed under the same license as the project.