mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
|
||||
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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue