~whereiseveryone/guixrus

guixrus: docs: Suggest .gitconfig for contributions v1 APPLIED

Dhruvin Gandhi: 1
 docs: Suggest .gitconfig for contributions

 2 files changed, 16 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~whereiseveryone/guixrus/patches/27990/mbox | git am -3
Learn more about email & git

[PATCH guixrus] docs: Suggest .gitconfig for contributions Export this patch

---
 .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