-
Notifications
You must be signed in to change notification settings - Fork 550
Specs
Andrew Leader edited this page Jun 12, 2019
·
1 revision
Specs are NOT authored in the GitHub issues themselves. They are authored in the git repository, in a specs
folder.
For a given feature, when spec'ing it out...
- Branch the git repository
- Update the JSON schema file with the new properties/elements/enums
- Edit the files in
schemas/src
- Then see
source/nodejs/typed-schema
for how to generate the Adaptive schema... our schema is compiled from these source files. This will also generate newspecs
files or update the existing specs files - Add rendering details to the
specs
files - Create a pull request, make sure to mention the feature issue number.
Then we'll review the pull request!