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:
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix.
- Run
npm install - Run
npm run devto start the development server with a vanilla React Router app setup. - Implement your changes, adhering to the existing code style and best practices.
- Please add tests for any new features or bug fixes.
- Commit and push your changes to your forked repository.
- Open a pull request, providing a clear description of your changes and their purpose.