diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e9b48afd1cf7dee68db9de0c4c2f77f99c9b3bf..ec41eb551ab938cd69b9ebd8b892ee7a490ffdc8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -298,14 +298,13 @@ Test cases and test templates specify meta-data using the same YAML frontmatter
 - test cases (`*.case`)
   - `template` - name of the sub-directory to locate templates for this test
   - `description` (see above)
+    // looks like this is actually "desc" !!! add how its made description with the appending of "name" in parens from the test template
   - `info` (see above)
   - `features` (see above; merged with value defined by test template)
 - test templates (`*.template`)
   - `path` - location within the published test hierarchy to output files created from this template
   - `name` - human-readable name of the syntactic form described by this template (used to generate the test file's `description` field)
   - `esid` (see above)
-  - `es5id` (see above)
-  - `es6id` (see above)
   - `info` (see above)
   - `features` (see above; merged with value defined by test case)