diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 000000000..54f0475f7 --- /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 000000000..8f1a9dfba --- /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? + + +