Document the test inclusion guidance/criteria #439
Labels
documentation
A request for new or updated documentation for the suite
enhancement
An enhancement to the tooling or structure of the suite (as opposed to a new test).
From #436 (comment) --
The bar is low for new additions to the suite. As broad guidelines:
SHOULD
,MAY
RECOMMENDED
or equivalent.anyOf
keyword will need to reference other keywords as part of its schema. It should prefer to use "simple" keywords likeconst
whenever possible, rather than more complex (to implement) ones likepatternProperties
or$ref
. This allows implementers access to more tests even whilst their implementation is incomplete or in-progress.refRemote.json
file.If for a particular set of tests the above is met, generally tests should be merged at which point:
draft-next/
folder, and authors SHOULD review each version to ensure the test is applicable before copying them.Including some guidelines for modification or removal are likely also nice.
Proposed changes or improvements to the above are of course welcome via issue or discussion.
The text was updated successfully, but these errors were encountered: