1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-13 03:06:33 +00:00

Added reference to the schema in howto/gettingstarted

This commit is contained in:
ciplc 2022-05-23 15:23:56 -05:00
parent 78918df68e
commit 96b1610fe3
No known key found for this signature in database
GPG Key ID: 22161B140C62EB85

View File

@ -22,6 +22,8 @@ You must create several objects in the DN42 registry: <https://git.dn42.dev/dn42
The registry is a git repository, objects are created by creating a branch in the main repository, making your changes and then submitting a pull request for review. There are detailed instructions in the registry [README](https://git.dn42.dev/dn42/registry/src/branch/master/README.md) how to do this. See also the the generic git documentation [git documentation](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes) and guides on [github](https://help.github.com/en/github/using-git) for how to use git to work with remote repositories.
While filling out the objects in the DN42 registry make sure to refer to the [schema](https://explorer.dn42.dev/#/schema) to speed up the review process.
When submitting your pull request, you must squash multiple changes to a single commit, again there are instructions in the [README](https://git.dn42.dev/dn42/registry/src/branch/master/README.md) for how to do this.
Remember to add authentication to your `mntner` object, and [sign your commit](/howto/Registry-Authentication)