Gentoo Archives: eudev

From: Marcus Folkesson <marcus.folkesson@×××××.com>
To: eudev@l.g.o
Cc: Marcus Folkesson <marcus.folkesson@×××××.com>
Subject: [eudev] [PATCH] CONTRIBUTION: give instruction on how to send patches to mailinglist
Date: Tue, 28 Nov 2017 10:49:33
Message-Id: 20171128104924.8598-1-marcus.folkesson@gmail.com
1 For all those who prefer emails instead of web GUIs.
2
3 Signed-off-by: Marcus Folkesson <marcus.folkesson@×××××.com>
4 ---
5 CONTRIBUTING | 10 +++++++++-
6 1 file changed, 9 insertions(+), 1 deletion(-)
7
8 diff --git a/CONTRIBUTING b/CONTRIBUTING
9 index 71a82f6c4..81d343137 100644
10 --- a/CONTRIBUTING
11 +++ b/CONTRIBUTING
12 @@ -108,7 +108,7 @@ doing
13 Then push it to your public repo.
14
15
16 -4. Open an issue at
17 +4.a Open an issue at (using GitHub)
18
19 https://github.com/gentoo/eudev/issues?state=open
20
21 @@ -116,6 +116,14 @@ And request a pull of your clean commit. A team member will review it,
22 discuss it and commit it to master or reject it.
23
24
25 +4.b Send to mailing list (using git format-patch)
26 +Make sure you are subscribe on the mailing list. If you do not, send an email to
27 + eudev+subscribe@l.g.o
28 +and follow instructions.
29 +
30 +When sending patches to mailing list, use
31 + git send-email --to eudev@l.g.o 0001-foo-bar.patch
32 +
33 5. eudev is a peer-reviewed project. So even team members must ask another
34 team member to sign-off and commit your work. The only exception are trivial
35 commits
36 --
37 2.13.1

Replies