From 6236cd2868e2dee3a1f5a015f07dca1c120c4394 Mon Sep 17 00:00:00 2001
From: deathbearbrown <deathbearbrown@gmail.com>
Date: Wed, 28 Jun 2017 09:45:25 -0700
Subject: [PATCH] add note to list that esid is required for new tests only

---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a695970813..645f7b3486 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -51,7 +51,7 @@ Test262 supports the following tags:
  - [**negative**](#negative)
  - [**es5id**](#es5id)
  - [**es6id**](#es6id)
- - [**esid**](#esid) (required)
+ - [**esid**](#esid) (required for new tests)
  - [**includes**](#includes)
  - [**timeout**](#timeout)
  - [**author**](#author)
@@ -61,7 +61,7 @@ Test262 supports the following tags:
 #### description
 **description**: [string]
 
-This one of two required frontmatter tags. It should be a short, one-line
+This is one of two required frontmatter tags. It should be a short, one-line
 description of the purpose of this testcase.  This is the string displayed by
 the browser runnner.
 
-- 
GitLab