1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

chore: add schema info to contribution guide

This commit is contained in:
Pete Davison 2022-10-29 16:04:23 +00:00
parent fd71dfda6a
commit b80e1e4a43

View File

@ -60,8 +60,10 @@ to add a new section. If you're updating an existing feature, ensure that the
documentation and any examples are up-to-date. Ensure that any examples follow
the [Taskfile Styleguide](./styleguide.md).
If you added a new command/flag, ensure that you add it to the [API
Reference](./api_reference.md).
If you added a new field, command or flag, ensure that you add it to the [API
Reference](./api_reference.md). New fields also need to be added to the
[JSON Schema](../static/schema.json). The descriptions for fields in the API
reference and the schema should match.
### Writing tests