mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
auto merge of #1859 : kmcallister/servo/move, r=jdm
And update `CONTRIBUTING.md`.
This commit is contained in:
commit
d79c8a10cf
60 changed files with 4 additions and 3 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/html/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).
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ check-ref: reftest
|
||||||
.PHONY: check-content
|
.PHONY: check-content
|
||||||
check-content: contenttest
|
check-content: contenttest
|
||||||
@$(call E, check: contenttests)
|
@$(call E, check: contenttests)
|
||||||
$(Q)./contenttest --source-dir=$(S)src/test/html/content $(TESTNAME)
|
$(Q)./contenttest --source-dir=$(S)src/test/content $(TESTNAME)
|
||||||
|
|
||||||
.PHONY: tidy
|
.PHONY: tidy
|
||||||
tidy:
|
tidy:
|
||||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue