commit | 52d9f11ff8a70cfba89a8e96a246a55db5c2a125 | [log] [tgz] |
---|---|---|
author | Benedikt Meurer <[email protected]> | Fri Oct 18 09:21:07 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 18 09:29:15 2024 |
tree | 79fabec444815886e70b0171dda78dc65bf2474d | |
parent | 6f3095b1d143c1f6dcdb4464d6e484ba0e1ac16a [diff] [blame] |
[docs] Collect unstructured docs in a cookbook. Also include the process for creating new issues in the Issues panel in here. Bug: 354102605 Change-Id: Ia69ae8141878f62749caffd69d774d0d36baec07 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5939823 Auto-Submit: Benedikt Meurer <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/docs/cookbook/README.md b/docs/cookbook/README.md new file mode 100644 index 0000000..9098690 --- /dev/null +++ b/docs/cookbook/README.md
@@ -0,0 +1,12 @@ +# Chromium DevTools Cookbook + +[goo.gle/devtools-cookbook](http://goo.gle/devtools-cookbook) + +The cookbook provides *recipes* for common workflows / tasks during development +of Chromium DevTools itself. + +* [Create new Issues in DevTools](create_new_issues.md) +* [Dependencies](dependencies.md) +* [Localization](localization.md) +* [Release Management](release_management.md) +* [UMA metrics in DevTools](uma_metrics.md)