aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/sheriffing
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-04-07 12:17:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-07 12:17:00 -0700
commit6c27535e6fbac7a50526d6a77d13588fffcafcd4 (patch)
treea2bfbb118666541507a308ed11fe0fb78dc6c910 /site/dev/sheriffing
parentd762ca2586707cb808342b11832073e8b3df33ad (diff)
Fix formatting in the sheriff documentation
BUG=skia: NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1066013002 Review URL: https://codereview.chromium.org/1066013002
Diffstat (limited to 'site/dev/sheriffing')
-rw-r--r--site/dev/sheriffing/index.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/dev/sheriffing/index.md b/site/dev/sheriffing/index.md
index 9c49dd7b22..f7630a02dc 100644
--- a/site/dev/sheriffing/index.md
+++ b/site/dev/sheriffing/index.md
@@ -116,7 +116,7 @@ A common cause of DEPS roll failures are layout tests. Find the offending Skia C
If a Skia CL changes layout tests, but the new images look good, the tests need to be rebaselined. See [Rebaseline Layout Tests](#how_to_rebaseline).
-<a name="how_to_rebaseline"</a>
+<a name="how_to_rebaseline"></a>
### Rebaseline Layout Tests (i.e., add suppressions)
* First create a Chromium bug:
@@ -125,10 +125,10 @@ If a Skia CL changes layout tests, but the new images look good, the tests need
* Click “New Issue”
* Summary: “Skia image rebaseline”
* Description:
- * DEPS roll #,
- * Helpful message about what went wrong (e.g., “Changes to how lighting is scaled in Skia r#### changed the following images:”)
- * Layout tests effected
- * You should copy the list of affected from stdio of the failing bot
+ * DEPS roll #,
+ * Helpful message about what went wrong (e.g., “Changes to how lighting is scaled in Skia r#### changed the following images:”)
+ * Layout tests effected
+ * You should copy the list of affected from stdio of the failing bot
* Status: Assigned
* Owner: fmalita@
* cc: reed@, bsalomon@, robertphillips@ & developer responsible for changes
@@ -138,6 +138,6 @@ If a Skia CL changes layout tests, but the new images look good, the tests need
* Edit [skia/skia_test_expectations.txt](https://chromium.googlesource.com/chromium/src/+/master/skia/skia_test_expectations.txt)
* Add # comment about what has changed (I usually paraphrase the crbug text)
* Add line(s) like after the comment:
- * crbug.com/<bug#youjustcreated> foo/bar/test-name.html [ ImageOnlyFailure ]
+ * crbug.com/<bug#youjustcreated> foo/bar/test-name.html [ ImageOnlyFailure ]
* Commit the changes and fire off new try bots (you usually only need to fire off the layout bots)