mirror of
https://git.dn42.dev/dn42/registry.git
synced 2024-12-23 05:02:58 +01:00
9c3f667a5a
commit 941810c2b170b71ff1abf9442e68e9b2e569bf69 Author: cz5 <cz5@protonmail.com> Date: Sat Nov 10 02:21:43 2018 -0500 Added dns record. commit 11432370666de2c08765cb1e63790971ac0f6568 Author: cz5 <cz5@protonmail.com> Date: Sat Nov 10 01:29:36 2018 -0500 Removed newline in inet6num file. commit 5565eb9bdf72c2d5273cf3b71e97ef72c4f503a9 Merge: 20bf8069 3589f4a2 Author: cz5 <cz5@protonmail.com> Date: Sat Nov 10 01:26:03 2018 -0500 Merge branch 'master' of http://git.dn42.us/cz5/registry Signed-off-by: cz5 <cz5@protonmail.com> commit 20bf8069c5aecb10c7d4e03329e429806252d9e8 Author: cz5 <cz5@protonmail.com> Date: Sat Nov 10 01:15:30 2018 -0500 Fixed bad nserver line. Signed-off-by: cz5 <cz5@protonmail.com> commit 3589f4a2f6fcb06489ee6d215e9b7e09798a74c6 Author: cz5 <cz5@protonmail.com> Date: Sat Nov 10 01:15:30 2018 -0500 Fixed bad nserver line. commit 733ade5fda85d6e6d27d660a2bf463a7a0293bc4 Author: cz5 <cz5@protonmail.com> Date: Sat Nov 10 01:00:07 2018 -0500 Added AS, routes, IP allocations, mntner and person records for cz5. |
||
---|---|---|
data | ||
utils/schema-check | ||
.gitignore | ||
check-my-stuff | ||
check-pol | ||
check-remote | ||
fmt-my-stuff | ||
install-commit-hook | ||
README.md |
Tips for a successful Pull Request
- Squash your commits -- Keep the changes simple to read.
- Run the schema check -- Make sure the changes are valid! Run
./check-my-stuff YOUROWN-MNT
- BONUS: install the commit hook! Run
./install-commit-hook YOUROWN-MNT
- Sign your commit -- Makes it easier to verify.
- Bonus: add your pgp fingerprint to your MNT
auth: pgp-fingerprint <pgp-fingerprint>
[See XUU-MNT example] - ???
- Profit!