summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-12-19 15:44:18 -0500
committerGitHub <noreply@github.com>2017-12-19 15:44:18 -0500
commitdc2596e80daac1438a4b99c6f1b79578222e72f0 (patch)
tree116faa29229a26bf6f65d0d501629f90b438831f /CONTRIBUTING.md
parenta801bdf7863bc44ffeb75c7d6fbddaddfdf95898 (diff)
parentf3bb0de6b20ff16c19970cd1c2e091191013cc6e (diff)
downloadqtdeclarative-testsuites-dc2596e80daac1438a4b99c6f1b79578222e72f0.tar.gz
Merge pull request #1374 from jugglinmike/contributing-typo
Correct metadata reference in "contributing" docs
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 54cbc5769..c7bc0032e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -22,7 +22,7 @@ See the following directory trees for further recommended examples:
- [test/built-ins/WeakMap](./test/built-ins/WeakMap/)
- [test/language/arguments-object](./test/language/arguments-object/)
-**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.
+**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 `esid` frontmatter tag](#esid).
## Test Case Style