From d825201c4f0a4d594ac12e1d1fb6590b29263612 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Thu, 15 May 2025 16:20:30 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 183ac3e..58d0c38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ # Contributing -Please send your patches via [email](mailto:miraikumiko@disroot.org). +## Patches via Email + +You can create a patch with this command `git format-patch -M origin/main` and send it to this [email address](mailto:miraikumiko@disroot.org). + +## Your repository + +You fork this repository and make your changes in the feature branch, then I pull it.