From: Lukas Tribus Date: Thu, 17 Jan 2019 17:02:18 +0000 (+0100) Subject: DOC: add github issue templates X-Git-Tag: v2.0-dev1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6583dca675847eb5d5f225a4531f9a313c96318b;p=thirdparty%2Fhaproxy.git DOC: add github issue templates See issue #2 Co-authored-by: Tim Duesterhus --- diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000000..54f0475f70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,76 @@ +--- +name: Bug Report +about: Report a problem with HAProxy to help us resolve it. +labels: 'type: bug, status: needs-triage' +--- + + + +## Output of `haproxy -vv` and `uname -a` + + + +``` +(paste your output here) +``` + +## What's the configuration? + + + +``` +(paste your output here) +``` + +## Steps to reproduce the behavior + + + +1. +2. +3. + +## Actual behavior + + + +## Expected behavior + + + +## Do you have any idea what may have caused this? + +## Do you have an idea how to solve the issue? + diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md new file mode 100644 index 0000000000..8f1a9dfba8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -0,0 +1,55 @@ +--- +name: Feature Request +about: Suggest a new feature or enhancement for HAProxy. +labels: 'type: feature' +--- + + + +## 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? + + +