From d5efc9987659786a7ea2e0a68f17da9202430129 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 1 Jun 2017 21:27:22 +0200 Subject: [PATCH] doc: Enhance GitHub issue template. --- .github/ISSUE_TEMPLATE.md | 34 +++++++++++++++++++--------------- cmd/traefik/bug.go | 32 ++++++++++++++++++++------------ 2 files changed, 39 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 95a02715f..ca9b4660b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,16 +1,30 @@ + +### Do you want to request a *feature* or report a *bug*? + +(If you intend to ask a support question: **DO NOT FILE AN ISSUE**. +Use [Stack Overflow](https://stackoverflow.com/questions/tagged/traefik) +or [Slack](https://traefik.herokuapp.com) instead.) + + + +### What did you do? + + -### Do you want to request a *feature* or report a *bug*? - -(If you intend to ask a support question: **DO NOT FILE AN ISSUE**. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/traefik) or [Slack](https://traefik.herokuapp.com) instead.) - - - -### What did you do? - - - ### What did you expect to see? diff --git a/cmd/traefik/bug.go b/cmd/traefik/bug.go index 7b39bc8f0..0d1a0059b 100644 --- a/cmd/traefik/bug.go +++ b/cmd/traefik/bug.go @@ -17,18 +17,32 @@ import ( var ( bugtracker = "https://github.com/containous/traefik/issues/new" bugTemplate = ` + +### Do you want to request a *feature* or report a *bug*? + +(If you intend to ask a support question: **DO NOT FILE AN ISSUE**. +Use [Stack Overflow](https://stackoverflow.com/questions/tagged/traefik) +or [Slack](https://traefik.herokuapp.com) instead.) + + + +### What did you do? + + -### Do you want to request a *feature* or report a *bug*? - - -### What did you do? - - ### What did you expect to see?