From dce65ab9c29dfcfdce7d764501099d35c595dea4 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 7 May 2018 14:16:02 +0200 Subject: [PATCH] Restore default issue template. --- .../Custom.md => ISSUE_TEMPLATE.md} | 152 +++++++++--------- 1 file changed, 73 insertions(+), 79 deletions(-) rename .github/{ISSUE_TEMPLATE/Custom.md => ISSUE_TEMPLATE.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE.md similarity index 92% rename from .github/ISSUE_TEMPLATE/Custom.md rename to .github/ISSUE_TEMPLATE.md index 863d6d273..1cec5cd16 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,79 +1,73 @@ ---- -name: Generic issue template -about: For issue or bug - ---- - - - - -### Do you want to request a *feature* or report a *bug*? - - - -### What did you do? - - - -### What did you expect to see? - - - -### What did you see instead? - - - -### Output of `traefik version`: (_What version of Traefik are you using?_) - - - -``` -(paste your output here) -``` - -### What is your environment & configuration (arguments, toml, provider, platform, ...)? - -```toml -# (paste your configuration here) -``` - - - -### If applicable, please paste the log output at DEBUG level (`--logLevel=DEBUG` switch) - -``` -(paste your output here) -``` + + + +### Do you want to request a *feature* or report a *bug*? + + + +### What did you do? + + + +### What did you expect to see? + + + +### What did you see instead? + + + +### Output of `traefik version`: (_What version of Traefik are you using?_) + + + +``` +(paste your output here) +``` + +### What is your environment & configuration (arguments, toml, provider, platform, ...)? + +```toml +# (paste your configuration here) +``` + + + +### If applicable, please paste the log output at DEBUG level (`--logLevel=DEBUG` switch) + +``` +(paste your output here) +```