Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: tools/metrics/actions/actions.xml

Issue 2384323002: Metrics - Add actions/README.md (Closed)
Patch Set: add owners section Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tools/metrics/actions/README.md ('K') | « tools/metrics/actions/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 4eef2a1aec3e1347829c02e219d09fd6a1c8de0a..236f537c23eb31ae74e493cadf74c8dcb23a644c 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -6,11 +6,14 @@ found in the LICENSE file.
<!--
This file is a comprehensive list of Chrome user actions along with the owner
-and description for each user action. A user action should be tied to an actual
-action taken by a user. It should be logged immediately after a user takes the
-action, and should only be logged once per actual event. If an action is not
-user triggered, specify it using not_user_triggered="true" as an attribute to
-the <action> tag.
+and description for each user action.
+
+For best practices on writing user action descriptions, see README.md in this
+directory. For details on how to modify this file to add your description,
+keep reading.
+
+If an action is not user triggered, specify it using not_user_triggered="true"
+as an attribute to the <action> tag.
Please run extract_actions.py to add new actions and pretty-print this file.
« tools/metrics/actions/README.md ('K') | « tools/metrics/actions/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698