mirror of
https://git.minetest.land/dn42/registry
synced 2025-10-10 01:13:40 +02:00
DN42 registry
![]() Original signature
---
commit d577f686ac4cc580ee99f6176f45f94a9f039f1d
gpg: Signature made Thu 19 Mar 2020 13:33:00 GMT
gpg: using RSA key 68A74AE5626DE107
gpg: Good signature from "zheng (lz) <zhengbenyu@foxmail.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0D48 472E 6FD4 69D0 DEE0 91FC 68A7 4AE5 626D E107
Author: lz <zhengbenyu@foxmail.com>
Date: Thu Mar 19 12:38:39 2020 +0000
---
---
Squashed commit of the following:
commit 8f438cc0e64351d40290e48427def732b76b48cf
Merge:
|
||
---|---|---|
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
- Bonus: Randomly generate IPv6 prefix for new allocations to avoid RFC4193 section 3.2. violation (script)
- 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!