├── CODE_OF_CONDUCT.md └── README.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | ## Code of Conduct 2 | 3 | The 4 | [Google Open Source Code of Conduct](https://opensource.google/docs/releasing/template/CODE_OF_CONDUCT/) 5 | applies to this repo. 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Chrome DevTools RFC 2 | 3 | The "RFC" (request for comments) process is to validate the design with the community, solicit feedback on open questions. 4 | 5 | Many changes, including bug fixes and features improvements can be implemented and reviewed via our normal workflow on [crbug](https://crbug.com). 6 | 7 | Some changes though are "substantial". These changes need to put through a bit of a design process. 8 | 9 | ## How to participate? 10 | 11 | Browse the [RFC list](https://github.com/ChromeDevTools/rfcs/discussions) and comment. 12 | 13 | ## Code of Conduct 14 | 15 | Help us keep the discussions open and inclusive. Please read and follow our [Code of Conduct](/CODE_OF_CONDUCT.md). 16 | 17 | --------------------------------------------------------------------------------