diff options
author | Keegan McAllister <kmcallister@mozilla.com> | 2014-03-07 15:52:10 -0800 |
---|---|---|
committer | Keegan McAllister <kmcallister@mozilla.com> | 2014-03-07 15:52:10 -0800 |
commit | 07df9ba11496b21b1accd61c2b0f89ff3513f8ca (patch) | |
tree | 0298939ce737d37ac208168dc8c55118fc750df1 /CONTRIBUTING.md | |
parent | 6f76244377581bcc785c54225f1bd513e3d1f9db (diff) | |
download | servo-07df9ba11496b21b1accd61c2b0f89ff3513f8ca.tar.gz servo-07df9ba11496b21b1accd61c2b0f89ff3513f8ca.zip |
CONTRIBUTING: link to testing guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94b65a2a8c3..d9e632fa338 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,8 +26,9 @@ follow this format, even those from core contributors. it, you can @-reply a reviewer asking for a review in the pull request or a comment, or you can ask for a review in `#servo` on `irc.mozilla.org`. -- When changing code related to the DOM, add a test to `src/test/content`, - either by adding it to an existing test file or creating a new one. +- Add tests relevant to the fixed bug or new feature. For a DOM change this + will usually be a content test; for layout, a reftest. See our [testing + guide](https://github.com/mozilla/servo/wiki/Testing) for more information. For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/mozilla/servo/wiki/Github-&-Critic-PR-handling-101). |