Contributing
Thank you for your interest in contributing to Chrome Remote DevTools!
We welcome contributions from the community and appreciate your efforts to help improve this project.
How to Contribute
There are many ways to contribute:
- Report bugs: Open an issue with a clear description
- Suggest features: Start a discussion or open an issue
- Improve documentation: Fix typos, add examples, or clarify instructions
- Submit pull requests: Fix bugs, add features, or improve existing code
Development Setup
1. Set up the project
2. Install dependencies
3. Build the project
Code Quality
Linting
Formatting
Commit Message Guidelines
Follow the conventional commit format:
Types
feat: New featurefix: Bug fixrefactor: Code refactoringtest: Test changesdocs: Documentation changeschore: Build/config changes
Example
Pull Request Process
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request with a clear description