Skip to content

Commit

Permalink
add contributing section
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Alvarez <[email protected]>
  • Loading branch information
jonalvarezz committed May 10, 2024
1 parent 3186013 commit 72a822b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ It contains:
- `example` directory: exemplary VC for each assertion type
- `packages/schema` directory: JSONSchema for each assertion type
- `packages/validator` directory: Utility to validate schemas from a VC string.

## Contributing

1. Locate the schema you want to update on `packages/schema`. You can tell it from the VC's `credentialSchema.id` value.
1. Follow the versioning described in `packages/schema`'s README to name the new version.
1. The README describes how to generate the schemas from its model too.
1. Update the CHANGELOG.
1. Publish the pull request.

0 comments on commit 72a822b

Please sign in to comment.