]> arthur.barton.de Git - bup.git/blob - .github/PULL_REQUEST_TEMPLATE
CONTRIBUTING: rename to CONTRIBUTING.md for link
[bup.git] / .github / PULL_REQUEST_TEMPLATE
1
2 First off, thanks for the help.
3
4 Note that we handle development on the mailing list, so if you're
5 comfortable with "git send-email" (or the equivalent), please post
6 your patches there as described in the "Submitting Patches" section in
7 ./HACKING:
8
9   https://github.com/bup/bup/blob/master/HACKING
10
11 However, if you're more comfortable with PRs, that's just fine.
12 Someone will eventually redirect the PR it to the list for review, and
13 you will of course be included in the conversation there.
14
15 In either case, assuming you're comfortable with it, please make sure
16 to include a Signed-off-by header in each commit message as described
17 in ./SIGNED-OFF-BY:
18
19   https://github.com/bup/bup/blob/master/SIGNED-OFF-BY
20
21 i.e. a line like this in your commit messages:
22
23   Signed-off-by: Someone <someone@somewhere>
24