Skip to content

Commit

Permalink
Merge pull request go-task#914 from go-task/update-contribution-guide
Browse files Browse the repository at this point in the history
chore: add schema info to contribution guide
  • Loading branch information
andreynering authored Nov 2, 2022
2 parents a990ffe + b80e1e4 commit 9bbdac3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bbdac3

Please sign in to comment.