]> arthur.barton.de Git - bup.git/blob - .github/PULL_REQUEST_TEMPLATE
Update base_version to 0.34~ for 0.34 development
[bup.git] / .github / PULL_REQUEST_TEMPLATE
1
2 We discuss code changes on the mailing list bup-list@googlegroups.com,
3 but if you'd prefer to begin the process with a pull request, that's
4 just fine.  We're happy to have the help.
5
6 In any case, please make sure each commit includes a
7
8   Signed-off-by: Someone <someone@some.where>
9
10 line in the commit message that matches the "Author" line so that
11 we'll be able to include your work in the project.  See
12 ./SIGNED-OFF-BY for the meaning:
13
14   https://github.com/bup/bup/blob/master/SIGNED-OFF-BY
15
16 After you submit the pull request, someone will eventually redirect it
17 to the list for review, and you will of course be included in the
18 conversation there.
19
20 On the other hand, if you're comfortable with "git send-email" (or the
21 equivalent), please post your patches to the list as described in the
22 "Submitting Patches" section in ./HACKING:
23
24   https://github.com/bup/bup/blob/master/HACKING
25