Skip to content
Snippets Groups Projects
Commit 8ae2a51e authored by Kevin Gibbons's avatar Kevin Gibbons Committed by Rick Waldron
Browse files

Docs: have CONTRIBUTING.md link to referenced file

parent b3ff29ce
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,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. 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.
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`](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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment