aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authordeathbearbrown <deathbearbrown@gmail.com>2017-06-27 14:29:22 -0700
committerRick Waldron <waldron.rick@gmail.com>2017-06-28 13:08:28 -0400
commit61214ef2e0c827c5dea5134c553365c23fb8784e (patch)
tree64b2dffa962f38031f2883aeaae6d0141531deb3 /CONTRIBUTING.md
parent5359b1e2fd2a1da807b90eb8077e4f2763feca60 (diff)
update contributing.md to make esid required for new feature tests
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 584ddb3ed..a69597081 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -51,7 +51,7 @@ Test262 supports the following tags:
- [**negative**](#negative)
- [**es5id**](#es5id)
- [**es6id**](#es6id)
- - [**esid**](#esid)
+ - [**esid**](#esid) (required)
- [**includes**](#includes)
- [**timeout**](#timeout)
- [**author**](#author)
@@ -61,7 +61,7 @@ Test262 supports the following tags:
#### description
**description**: [string]
-This is the only required frontmatter tag. It should be a short, one-line
+This one of two required frontmatter tags. It should be a short, one-line
description of the purpose of this testcase. This is the string displayed by
the browser runnner.
@@ -106,7 +106,7 @@ This tag identifies the section number from the portion of the ECMAScript 6 stan
#### esid
**esid**: [spec-id]
-This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `esid: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
+This tag is required for all new feature tests. This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `esid: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash ID is not available.