mirror of
https://git.minetest.land/dn42/registry
synced 2025-10-10 01:13:40 +02:00
366 B
366 B
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!
- 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!