Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-02 Thread David Sommerseth
On 02/02/17 09:27, Samuli Seppänen wrote: > On 31/01/2017 15:49, David Sommerseth wrote: >> On 30/01/17 13:34, Samuli Seppänen wrote: >>> I agree with you on keeping the pull request template minimal and having >>> the more fine-grained information in Trac. >>> >>> ACK. >> >> Don't get me wrong!

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-02 Thread Gert Doering
Hi, On Thu, Feb 02, 2017 at 02:15:06PM +0200, Samuli Seppänen wrote: > It was not a typo. I actually did not know about "git send-email" until > now. I've used "git-send-email" which on Debian/Ubuntu resides in > /usr/lib/git-core. Are these the same thing? Sort of. When you run "git foo",

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-02 Thread Samuli Seppänen
On 02/02/2017 14:07, Antonio Quartulli wrote: > On Thu, Feb 02, 2017 at 04:58:37PM +0500, Илья Шипицин wrote: >>> Please send your patch using [git-send-email](https://git-s >>> cm.com/docs/git-send-email). For example to send your latest commit to >>> the list: >>> >>> $ git-send-email

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-02 Thread Antonio Quartulli
On Thu, Feb 02, 2017 at 04:58:37PM +0500, Илья Шипицин wrote: > > Please send your patch using [git-send-email](https://git-s > > cm.com/docs/git-send-email). For example to send your latest commit to > > the list: > > > > $ git-send-email --to=openvpn-devel@lists.sourceforge.net HEAD~1 > > >

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-02 Thread Илья Шипицин
2017-02-02 13:27 GMT+05:00 Samuli Seppänen : > On 31/01/2017 15:49, David Sommerseth wrote: > >> On 30/01/17 13:34, Samuli Seppänen wrote: >> >>> I agree with you on keeping the pull request template minimal and having >>> the more fine-grained information in Trac. >>> >>>

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-02 Thread Samuli Seppänen
On 31/01/2017 15:49, David Sommerseth wrote: > On 30/01/17 13:34, Samuli Seppänen wrote: >> I agree with you on keeping the pull request template minimal and having >> the more fine-grained information in Trac. >> >> ACK. > > Don't get me wrong! I agree we should keep the template minimal. But I

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-02-01 Thread Илья Шипицин
2017-01-31 18:49 GMT+05:00 David Sommerseth < open...@sf.lists.topphemmelig.net>: > On 30/01/17 13:34, Samuli Seppänen wrote: > > I agree with you on keeping the pull request template minimal and having > > the more fine-grained information in Trac. > > > > ACK. > > Don't get me wrong! I agree

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-01-31 Thread David Sommerseth
On 30/01/17 13:34, Samuli Seppänen wrote: > I agree with you on keeping the pull request template minimal and having > the more fine-grained information in Trac. > > ACK. Don't get me wrong! I agree we should keep the template minimal. But I yet have to see a developer full of enthusiasm with

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-01-30 Thread Samuli Seppänen
I agree with you on keeping the pull request template minimal and having the more fine-grained information in Trac. ACK. On 30/01/2017 08:48, Илья Шипицин wrote: > can we merge it ? > @mattock ? > > 2017-01-21 13:47 GMT+05:00 Илья Шипицин >:

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-01-21 Thread Илья Шипицин
2017-01-21 0:24 GMT+05:00 David Sommerseth < open...@sf.lists.topphemmelig.net>: > On 13/01/17 10:05, Samuli Seppänen wrote: > > Il 13/01/2017 10:50, Ilya Shipitsin ha scritto: > >> --- > >> .github/PULL_REQUEST_TEMPLATE.md | 8 > >> 1 file changed, 8 insertions(+) > >> create mode

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-01-20 Thread David Sommerseth
On 13/01/17 10:05, Samuli Seppänen wrote: > Il 13/01/2017 10:50, Ilya Shipitsin ha scritto: >> --- >> .github/PULL_REQUEST_TEMPLATE.md | 8 >> 1 file changed, 8 insertions(+) >> create mode 100644 .github/PULL_REQUEST_TEMPLATE.md >> >> diff --git a/.github/PULL_REQUEST_TEMPLATE.md >>

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-01-13 Thread Samuli Seppänen
Il 13/01/2017 10:50, Ilya Shipitsin ha scritto: > --- > .github/PULL_REQUEST_TEMPLATE.md | 8 > 1 file changed, 8 insertions(+) > create mode 100644 .github/PULL_REQUEST_TEMPLATE.md > > diff --git a/.github/PULL_REQUEST_TEMPLATE.md > b/.github/PULL_REQUEST_TEMPLATE.md > new file mode