React Router Devtools
ChevronDown
Github

Contributing to React Router Devtools

Contributions to React Router Devtools are welcome! To contribute, please follow these guidelines.

Contributing

Contributions to React Router Devtools are welcome! To contribute, please follow these guidelines:

  1. Fork the repository and clone it locally.
  2. Create a new branch for your feature or bug fix.
  3. Run npm install
  4. Run npm run dev to start the development server with a vanilla React Router app setup.
  5. Implement your changes, adhering to the existing code style and best practices.
  6. Please add tests for any new features or bug fixes.
  7. Commit and push your changes to your forked repository.
  8. Open a pull request, providing a clear description of your changes and their purpose.