From: Rob Browning Date: Sun, 11 Dec 2016 20:19:11 +0000 (-0600) Subject: PULL_REQUEST_TEMPLATE: rewrite a bit X-Git-Tag: 0.29-rc1~7 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=98f184fce9a80642204fe9046ae5be9ae9ff7aa7 PULL_REQUEST_TEMPLATE: rewrite a bit Signed-off-by: Rob Browning --- diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 37e9184..6a904f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,24 +1,25 @@ -First off, thanks for the help. +We discuss code changes on the mailing list bup-list@googlegroups.com, +but if you'd prefer to begin the process with a pull request, that's +just fine. We're happy to have the help. -Note that we handle development on the mailing list, so if you're -comfortable with "git send-email" (or the equivalent), please post -your patches there as described in the "Submitting Patches" section in -./HACKING: +In any case, please make sure each commit includes a - https://github.com/bup/bup/blob/master/HACKING - -However, if you're more comfortable with PRs, that's just fine. -Someone will eventually redirect the PR it to the list for review, and -you will of course be included in the conversation there. + Signed-off-by: Someone -In either case, assuming you're comfortable with it, please make sure -to include a Signed-off-by header in each commit message as described -in ./SIGNED-OFF-BY: +line in the commit message that matches the "Author" line so that +we'll be able to include your work in the project. See +./SIGNED-OFF-BY for the meaning: https://github.com/bup/bup/blob/master/SIGNED-OFF-BY -i.e. a line like this in your commit messages: +After you submit the pull request, someone will eventually redirect it +to the list for review, and you will of course be included in the +conversation there. - Signed-off-by: Someone +On the other hand, if you're comfortable with "git send-email" (or the +equivalent), please post your patches to the list as described in the +"Submitting Patches" section in ./HACKING: + + https://github.com/bup/bup/blob/master/HACKING