patch: enable Coverity scan in travis-ci builds

2019-08-02 Thread Илья Шипицин
Hello, please find attached patch. it enables coverity scans. also, couple of things need to be done within travis-ci: 1) specify daily schedule 2) specify coverity scan token (Dinko will provide it off list) thanks! Ilya Shipitsin From 9c7e0bcec2629f7cf128254c1bb1e8cdccc723cb Mon Sep 17 00:0

Re: [PATCH 1/1] DOC: Add 'Question.md' issue template, discouraging asking questions

2019-08-02 Thread Willy Tarreau
On Fri, Aug 02, 2019 at 03:10:11PM +0200, Lukas Tribus wrote: > Acked and agreed with what Tim says. Thanks guys, now applied! Willy

Re: [PATCH 1/1] DOC: Add 'Question.md' issue template, discouraging asking questions

2019-08-02 Thread Lukas Tribus
Hello Tim, On Fri, 2 Aug 2019 at 14:52, Willy Tarreau wrote: > > On Fri, Aug 02, 2019 at 02:45:06PM +0200, Tim Düsterhus wrote: > (...) > > So that paragraph you suggested might discourage users that actually > > read and understand if something is *slapped in their face* from HAProxy > > and do

Re: [PATCH 1/1] DOC: Add 'Question.md' issue template, discouraging asking questions

2019-08-02 Thread Willy Tarreau
On Fri, Aug 02, 2019 at 02:45:06PM +0200, Tim Düsterhus wrote: (...) > So that paragraph you suggested might discourage users that actually > read and understand if something is *slapped in their face* from HAProxy > and does not help with users that don't read at all. We don't want to > discourage

Re: [PATCH 1/1] DOC: Add 'Question.md' issue template, discouraging asking questions

2019-08-02 Thread Tim Düsterhus
Willy, Am 02.08.19 um 14:34 schrieb Willy Tarreau: > I'd even add here : > >Asking questions in the development bug tracker slows down >development, delays issue resolution, and will make everyone >angry at you. I'd not add this: The issue is that it might be non-obvious that the CO

Re: [PATCH 1/1] DOC: Add 'Question.md' issue template, discouraging asking questions

2019-08-02 Thread Willy Tarreau
Hi Tim, On Fri, Aug 02, 2019 at 12:21:54PM +0200, Tim Duesterhus wrote: > --- /dev/null > +++ b/.github/ISSUE_TEMPLATE/Question.md > @@ -0,0 +1,19 @@ > +--- > +name: Question > +about: Do NOT ask questions in the issue tracker. This issue tracker is for > tracking bugs and feature requests direct

[PATCH 1/1] DOC: Add 'Question.md' issue template, discouraging asking questions

2019-08-02 Thread Tim Duesterhus
This commit adds a new `Question.md` issue template that aims to prevent users asking questions within the issue tracker, because the other two templates do not fit "question", thus leading to people not seeing that the issue tracker is not for questions. This template inspired by TypeScript's Que

[PATCH 0/1] Add 'Question.md' issue template

2019-08-02 Thread Tim Duesterhus
Willy, Lukas, attached is a patch to add a new Question.md issue template, hopefully reducing the number of users that ask questions in the issue tracker. Wording of the template still up for discussion, if you'd like to have any changes feel free to edit my patch however you like before commitin