0ebf888b44a228a6d6ec853332550854088eb33c
howto/Getting-Started.md
| ... | ... | @@ -26,7 +26,7 @@ While filling out the objects in the DN42 registry make sure to refer to the [sc |
| 26 | 26 | |
| 27 | 27 | 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. |
| 28 | 28 | |
| 29 | -Remember to add authentication to your `mntner` object, and [sign your commit](/howto/Registry-Authentication) |
|
| 29 | +Remember to add authentication to your `mntner` object, and you **must** [sign your commit](/howto/Registry-Authentication) |
|
| 30 | 30 | |
| 31 | 31 | The registry includes a number of scripts to help check your request: |
| 32 | 32 | |
| ... | ... | @@ -40,7 +40,7 @@ The registry maintainers run the checking scripts against each request, so pleas |
| 40 | 40 | |
| 41 | 41 | Do browse through the registry and look at the [pull request queue](https://git.dn42.dev/dn42/registry/pulls) to see examples, understand how the process works and see the types of questions asked by the registry maintainers. |
| 42 | 42 | |
| 43 | -*You should not use the gitea web interface to edit files, doing so would create a large number of commits and prevents running of the registry scripts* |
|
| 43 | +*You should not use the gitea web interface to edit files, doing so creates a large number of commits and prevents running of the registry scripts* |
|
| 44 | 44 | |
| 45 | 45 | --- |
| 46 | 46 | |
| ... | ... | @@ -191,6 +191,7 @@ mnt-by: FOO-MNT |
| 191 | 191 | status: ASSIGNED |
| 192 | 192 | source: DN42 |
| 193 | 193 | ``` |
| 194 | +The `country` attribute is optional but, when included, should be an [ISO two letter country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) |
|
| 194 | 195 | |
| 195 | 196 | #### IPv4 (Legacy) |
| 196 | 197 |