From b93f7a88cdeced0f69c7085d1c60ca32395c44dc Mon Sep 17 00:00:00 2001
From: Valerie R Young <valerie@bocoup.com>
Date: Thu, 12 Oct 2017 14:57:59 -0400
Subject: [PATCH] very WIP notes about autogenerate files

---
 CONTRIBUTING.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e9b48afd1..ec41eb551a 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)
 
-- 
GitLab