Re: Add CONTRIBUTING.md

2018-06-09 Thread Peter Geoghegan
On Tue, May 29, 2018 at 10:10 AM, Andres Freund wrote: >> WHile you're at it, you could also add an .editorconfig so that github >> displays code with 4-character tabs. >> >> (e.g. https://github.com/RhodiumToad/pllua-ng/blob/master/.editorconfig ) > > +1 - why don't you start a thread about it?

Re: Add CONTRIBUTING.md

2018-06-03 Thread Andres Freund
Hi, On 2018-06-03 15:17:34 -0400, Alvaro Herrera wrote: > On 2018-Jun-03, Andres Freund wrote: > > > I'd even start out with something more minimal, in the interest of > > incremental forward progress. I think we'd basically need a reference > > to: > > > > a) the original source code lives on g

Re: Add CONTRIBUTING.md

2018-06-03 Thread Alvaro Herrera
On 2018-Jun-03, Andres Freund wrote: > I'd even start out with something more minimal, in the interest of > incremental forward progress. I think we'd basically need a reference > to: > > a) the original source code lives on git.pg.o - sites like github are >just mirrors. > b) commitfest app

Re: Add CONTRIBUTING.md

2018-06-03 Thread Andres Freund
On 2018-06-03 13:30:58 -0400, Jonathan S. Katz wrote: > > > On Jun 1, 2018, at 6:01 PM, Alvaro Herrera wrote: > > > > On 2018-Jun-01, Jonathan S. Katz wrote: > > > >> This would also coincide well with the content we want to move from > >> the wiki to www. > > > > What content is that? > > Pe

Re: Add CONTRIBUTING.md

2018-06-03 Thread Jonathan S. Katz
> On Jun 1, 2018, at 6:01 PM, Alvaro Herrera wrote: > > On 2018-Jun-01, Jonathan S. Katz wrote: > >> This would also coincide well with the content we want to move from >> the wiki to www. > > What content is that? Per a discussion at the developer meeting, basically the “locked content” on

Re: Add CONTRIBUTING.md

2018-06-01 Thread Alvaro Herrera
On 2018-Jun-01, Jonathan S. Katz wrote: > This would also coincide well with the content we want to move from > the wiki to www. What content is that? -- Álvaro Herrerahttps://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Re: Add CONTRIBUTING.md

2018-06-01 Thread Jonathan S. Katz
> On May 29, 2018, at 11:55 AM, Tatsuo Ishii wrote: > >>>A lot of people contribute in communities via github these days. We >>>should add a CONTRIBUTING.md that explains how to do so, given that we >>>don't use github. That's shown automatically when doing a pull requests >>>et

Re: Add CONTRIBUTING.md

2018-05-29 Thread Andres Freund
On 2018-05-29 18:03:03 +0100, Andrew Gierth wrote: > > "Andres" == Andres Freund writes: > > Andres> Hi, > > Andres> A lot of people contribute in communities via github these > Andres> days. We should add a CONTRIBUTING.md that explains how to do > Andres> so, given that we don't use g

Re: Add CONTRIBUTING.md

2018-05-29 Thread Andrew Gierth
> "Andres" == Andres Freund writes: Andres> Hi, Andres> A lot of people contribute in communities via github these Andres> days. We should add a CONTRIBUTING.md that explains how to do Andres> so, given that we don't use github. That's shown automatically Andres> when doing a pull requ

Re: Add CONTRIBUTING.md

2018-05-29 Thread Tatsuo Ishii
>> A lot of people contribute in communities via github these days. We >> should add a CONTRIBUTING.md that explains how to do so, given that we >> don't use github. That's shown automatically when doing a pull requests >> etc. >> >> I think it's also a good idea to have it in

Re: Add CONTRIBUTING.md

2018-05-29 Thread Joe Conway
On 05/29/2018 11:38 AM, Magnus Hagander wrote: > On Tue, May 29, 2018 at 5:36 PM, Andres Freund > wrote: > > Hi, > > A lot of people contribute in communities via github these days. We > should add a CONTRIBUTING.md that explains how to do so, given that we

Re: Add CONTRIBUTING.md

2018-05-29 Thread Magnus Hagander
On Tue, May 29, 2018 at 5:36 PM, Andres Freund wrote: > Hi, > > A lot of people contribute in communities via github these days. We > should add a CONTRIBUTING.md that explains how to do so, given that we > don't use github. That's shown automatically when doing a pull requests > etc. > > I think

Add CONTRIBUTING.md

2018-05-29 Thread Andres Freund
Hi, A lot of people contribute in communities via github these days. We should add a CONTRIBUTING.md that explains how to do so, given that we don't use github. That's shown automatically when doing a pull requests etc. I think it's also a good idea to have it in the source tree independent of gi