summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-10-26 11:27:08 -0400
committerGitHub <noreply@github.com>2017-10-26 11:27:08 -0400
commit93568a9554a43361b5a1ab872f3668ef4139967b (patch)
treeab217a66ff5141e8424f89b7aad3397cc7e9e6ff /CONTRIBUTING.md
parentcfdf7b1fd4bd3a8f325ad6f5071a66ba5517257c (diff)
parent4da440038031aae452a1e8434a40da113e0c227c (diff)
downloadqtdeclarative-testsuites-93568a9554a43361b5a1ab872f3668ef4139967b.tar.gz
Merge pull request #1296 from rwaldron/more-about-features
CONTRIBUTING.md: More detail about "features"
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b7114fdb7..9d9d02983 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,7 +60,7 @@ Test262 supports the following tags:
- [**timeout**](#timeout)
- [**author**](#author)
- [**flags**](#flags)
- - [**features**](#features)
+ - [**features**](#features) (required for new tests written for new features)
The following tags are deprecated, but exist in old tests:
@@ -161,7 +161,7 @@ This tag is for boolean properties associated with the test.
#### features
**features**: [list]
-Some tests require the use of language features that are not directly described by the test file's location in the directory structure. These features should be specified with this tag. See the `features.txt` file for a complete list of available values.
+Some tests require the use of language features that are not directly described by the test file's location in the directory structure. These features should be specified with this tag. See the `features.txt` file for a complete list of available values. This tag is required for new tests written for new features, but contributions will not be "blocked" if the tag is missing from frontmatter. The committing maintainer is required to ensure that the tag is present and contains the correct feature names; this can be done in an follow up commit.
#### es5id
**es5id**: [es5-test-id]