Skip to content

Commit

Permalink
Merge branch 'test-as-you-commit' of https://github.com/foolip/webrtc-pc
Browse files Browse the repository at this point in the history
 into foolip-test-as-you-commit
  • Loading branch information
adam-be committed Nov 8, 2017
2 parents 0b27246 + 4e347d7 commit e1e8b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -48,3 +48,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 e1e8b5a

Please sign in to comment.