summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-06-12 18:29:58 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-06-12 19:29:58 -0300
commitc59afa3bd7a7e14d6e625a64d0e3b22c465e0c48 (patch)
treea2067e8c320a2bfde68d589cf8e866c50c2eb83c /CONTRIBUTING.md
parent6110675fd3f9df8016aab0c51938c0c75230118f (diff)
downloadqtdeclarative-testsuites-c59afa3bd7a7e14d6e625a64d0e3b22c465e0c48.tar.gz
CONTRIBUTING.md: Adds 'Source Material' section with 'needs tests' pr list (#1054)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab40f1128..fcbd0e85e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,11 @@
# Test262 Authoring Guidelines
+## Source Material
+
+- https://tc39.github.io/ecma262/
+- https://github.com/tc39/ecma262/pulls?q=is%3Apr+is%3Aopen+label%3A%22needs+tests%22
+ + This is a list of the "needs tests" PRs for changes to the specification.
+
## Test Case Names
Test cases should be created in files that are named to identify the feature or API that's being tested.