summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2016-02-04 15:37:02 -0500
committerMike Pennisi <mike@mikepennisi.com>2016-02-04 15:37:02 -0500
commit60afce36367fcd0d780048c5c35090233da11773 (patch)
treee4ecfe3f97a3cda92a1d4a5a1391aa54c0ebc0b3 /CONTRIBUTING.md
parentfbad34959ffedb02c5b8c040e0f992a6fc006f36 (diff)
downloadqtdeclarative-testsuites-60afce36367fcd0d780048c5c35090233da11773.tar.gz
Update contribution guidelines
It was recently decided to prefer the new `id` tag over the existing `es5id` and `es6id` tag when authoring tests. Update the contribution guidelines to reference the new tag.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e4c53ba7f..da3971ea5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ Take a look at these examples:
- `Array.prototype.find` use with `Proxy`: `test/Array/prototype/find/Array.prototype.find_callable-Proxy-1.js`
- `arguments` implements an `iterator` interface: `test/language/arguments-object/iterator-interface.js`
-**Note** The project is currently transitioning from a naming system based on specification section numbers. There remains a substantial number of tests that conform to this outdated convention; contributors should ignore that approach when introducing new tests and instead encode this information using the [es5id](#es5id) or [es6id](#es6id) frontmatter tags.
+**Note** The project is currently transitioning from a naming system based on specification section numbers. There remains a substantial number of tests that conform to this outdated convention; contributors should ignore that approach when introducing new tests and instead encode this information using the [id](#id) frontmatter tag.
## Test Case Style