From 1a6bef1a7e8f3cf1a156af469e162ed3f0ad2566 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 9 Oct 2019 14:28:04 +0200 Subject: [PATCH] doc: update issues and PRs templates. --- .github/ISSUE_TEMPLATE.md | 29 ++++++++++------------- .github/ISSUE_TEMPLATE/Bug_report.md | 19 ++++++--------- .github/ISSUE_TEMPLATE/Feature_request.md | 6 ++--- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++--------- CONTRIBUTING.md | 3 ++- 5 files changed, 36 insertions(+), 44 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a5331e0c3..ff440d3a1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,7 @@ + + +### Do you want to request a *feature* or report a *bug*? + - -### Do you want to request a *feature* or report a *bug*? - - - -### Did you try using a 1.7.x configuration for the version 2.0? - -- [ ] Yes -- [ ] No +Bug @@ -30,7 +25,7 @@ If you just checked the "Yes" box, be aware that this is probably not a bug. The ``` @@ -70,12 +64,13 @@ For the alpine Traefik Docker image: ```toml # (paste your configuration here) ``` + -### If applicable, please paste the log output at DEBUG level (`--log.level=DEBUG` switch) +### If applicable, please paste the log output in DEBUG level (`--log.level=DEBUG` switch) ``` (paste your output here) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index b782a8a35..973a474cb 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -3,6 +3,9 @@ name: Bug report about: Create a report to help us improve --- + + +### Do you want to request a *feature* or report a *bug*? - -### Do you want to request a *feature* or report a *bug*? - Bug -### Did you try using a 1.7.x configuration for the version 2.0? - -- [ ] Yes -- [ ] No - @@ -56,13 +52,12 @@ HOW TO WRITE A GOOD BUG REPORT? ### Output of `traefik version`: (_What version of Traefik are you using?_) ``` diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index f071f0931..2495c9aec 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -3,6 +3,9 @@ name: Feature request about: Suggest an idea for this project --- + + +### Do you want to request a *feature* or report a *bug*? - -### Do you want to request a *feature* or report a *bug*? - Feature ### What did you expect to see? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a28934ae2..94f89bedd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,19 @@ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6279fa377..e774b3e04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,4 @@ # Contributing -See . +- https://docs.traefik.io/contributing/submitting-pull-requests/ +- https://docs.traefik.io/contributing/submitting-issues/