---
.gitconfig | 4 ++++README.md | 12 ++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 .gitconfig
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..e64f21e
--- /dev/null+++ b/.gitconfig
@@ -0,0 +1,4 @@
+[format]+ subjectPrefix = PATCH guixrus+[sendemail]+ to = ~whereiseveryone/guixrus@lists.sr.ht
diff --git a/README.md b/README.md
index a6fea28..2c505ca 100644
--- a/README.md+++ b/README.md
@@ -17,6 +17,18 @@ Send patches to ~whereiseveryone/guixrus@lists.sr.ht
jgart and/or raghavgururajan can review patches and merge them.
+### Using `git format-patch` and `git send-email`++It is recommended to use `git` to create and send patches.+[Read more](https://git-send-email.io/).++Common git arguments associated with guixrus are in `.gitconfig` file. You can+make changes suggested in `.gitconfig` to your local `.git/config` like below.++```shell+$ cat .gitconfig >> .git/config+```+## Usage
### Without Subscribing
--
2.34.1