From: Lukas Tribus Date: Mon, 17 Aug 2020 18:17:11 +0000 (+0200) Subject: DOC: overhauling github issue templates X-Git-Tag: v2.3-dev4~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8564f5381221e04baf6ec167e02929337c3b196a;p=thirdparty%2Fhaproxy.git DOC: overhauling github issue templates as per the suggestions from Cyril and Willy on the mailing list: Message-ID: and with direct contributions from Tim, this changes large parts of the bug issue template. The Feature template is also updated as well as a new template for Code Reports is introduced. Co-authored-by: Tim Duesterhus --- diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index 54f0475f70..038330a6c2 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -25,27 +25,22 @@ Thanks for understanding, and for contributing to the project! --> -## Output of `haproxy -vv` and `uname -a` - +## Detailed description of the problem -``` -(paste your output here) -``` + -## What's the configuration? +## Expected behavior -``` -(paste your output here) -``` - ## Steps to reproduce the behavior -## Expected behavior +``` +(paste your output here) +``` + +## Output of `haproxy -vv` and `uname -a` + + + +``` +(paste your output here) +``` + +## If HAProxy crashed: Last outputs and backtraces -## Do you have any idea what may have caused this? +``` +(paste your output here) +``` -## Do you have an idea how to solve the issue? +## Additional information (if helpful) + diff --git a/.github/ISSUE_TEMPLATE/Code-Report.md b/.github/ISSUE_TEMPLATE/Code-Report.md new file mode 100644 index 0000000000..d1bcd49bb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Code-Report.md @@ -0,0 +1,55 @@ +--- +name: Code Report +about: File a Code Report (for example from coverity or valgrind) +labels: 'type: code-report' +--- + + + +## Code Report + + + +Tool: (tool name goes here) + +``` +(paste your output here) +``` + + +## Output of `haproxy -vv` and `uname -a` + + + +``` +(paste your output here) +``` diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md index 8f1a9dfba8..eaaa7e5dba 100644 --- a/.github/ISSUE_TEMPLATE/Feature.md +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -25,27 +25,12 @@ Thanks for understanding, and for contributing to the project! --> -## Output of `haproxy -vv` and `uname -a` - - - -``` -(paste your output here) -``` - ## What should haproxy do differently? Which functionality do you think we should add? - ## What are you trying to do? +## Output of `haproxy -vv` and `uname -a` + + + +``` +(paste your output here) +```