mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
CONTRIBUTING: link to testing guide
This commit is contained in:
parent
6f76244377
commit
07df9ba114
1 changed files with 3 additions and 2 deletions
|
@ -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
|
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`.
|
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`,
|
- Add tests relevant to the fixed bug or new feature. For a DOM change this
|
||||||
either by adding it to an existing test file or creating a new one.
|
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).
|
For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/mozilla/servo/wiki/Github-&-Critic-PR-handling-101).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue