Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 417 Bytes

File metadata and controls

22 lines (16 loc) · 417 Bytes

Thank you for considering contributing! 🚀
This project follows the Developer Certificate of Origin (DCO), which requires all commits to be signed off.

✅ How to sign off:

If you're using the command line:

git commit -s -m "Commit message"

This adds:

Signed-off-by: Your Name <you@example.com>

If you forget, no stress — you can fix it:

git commit --amend -s
git push --force