mirror of https://github.com/tc39/test262.git
CONTRIBUTING.md: Adds 'Source Material' section with 'needs tests' pr list (#1054)
This commit is contained in:
parent
6110675fd3
commit
c59afa3bd7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue