From 1e36317c47a67113538bcf15ccd77806a0d150e2 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Fri, 6 Jun 2025 16:43:20 +0200 Subject: [PATCH] Move CONTRIBUTING.md to README.md --- CONTRIBUTING.md | 9 --------- README.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index feed8c0..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,9 +0,0 @@ -# Contributing - -## 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). Check out this [guide](https://git-send-email.io). - -## Your repository - -You fork this repository and make your changes in the feature branch, then I pull it. diff --git a/README.md b/README.md index 6985540..8771475 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,13 @@ filter keyword #tag user@example.com example.com * Show replies of all followed users * Show replies of this followed users + +## Contributing + +### 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). Check out this [guide](https://git-send-email.io). + +### Your repository + +You fork this repository and make your changes in the feature branch, then I pull it.