Skip to content

Commit

Permalink
Document "test as you commit" policy in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
At TPAC it was resolved to try this policy for webrtc-pc.

Fixes #1617.
  • Loading branch information
foolip committed Nov 6, 2017
1 parent a9984ed commit 4e347d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -45,3 +45,6 @@ Example: `<div class='note'>FYI</div>`
**Internal Slots**. Use upper camel case (initial upper case letter) with a leading backslash and enclosed by two brackets. The leading backslash prevents the text in double brackets from being interpreted as a reference. If a slot name is very general, like "Id", it might be useful to add more information to it to avoid name collisions and make it easier to identify its owning entity. For example, "Id" could be extended to "ComponentId".\
Example (defining): `<dfn>[[\FooBar]]</dfn>`\
Example (referencing): `<a>[[\FooBar]]</a>`

### Tests
For normative changes, a corresponding [web-platform-tests](https://github.com/w3c/web-platform-tests) PR is highly appreciated. Typically, both PRs will be merged at the same time. Note that a test change that contradicts the spec should not be merged before the corresponding spec change. If testing is not practical, please explain why and if appropriate [file a web-platform-tests issue](https://github.com/w3c/web-platform-tests/issues/new) to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.

0 comments on commit 4e347d7

Please sign in to comment.