From d675d4693076d1d85ffea7dc9ba33d696a2beca9 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 20 Feb 2018 10:44:03 +0100 Subject: [PATCH] Multiple issue and pull request templates. --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bugs.md | 68 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/features.md | 32 ++++++++++ .github/PULL_REQUEST_TEMPLATE/mergeback.md | 7 +++ .github/PULL_REQUEST_TEMPLATE/release.md | 7 +++ 5 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bugs.md create mode 100644 .github/ISSUE_TEMPLATE/features.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/mergeback.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/release.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 782643358..48aa39567 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -22,7 +22,7 @@ If you intend to ask a support question: DO NOT FILE AN ISSUE. HOW TO WRITE A GOOD ISSUE? -- Respect the issue template as more as possible. +- Respect the issue template as much as possible. - If it's possible use the command `traefik bug`. See https://www.youtube.com/watch?v=Lyz62L8m93I. - The title must be short and descriptive. - Explain the conditions which led you to write this issue: the context. diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 000000000..4cee4a159 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,68 @@ + + + +### Do you want to request a *feature* or report a *bug*? + +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 in debug mode (`--debug` switch) + +``` +(paste your output here) +``` diff --git a/.github/ISSUE_TEMPLATE/features.md b/.github/ISSUE_TEMPLATE/features.md new file mode 100644 index 000000000..a7d9ab9bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/features.md @@ -0,0 +1,32 @@ + + + +### 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/mergeback.md b/.github/PULL_REQUEST_TEMPLATE/mergeback.md new file mode 100644 index 000000000..dfc856011 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/mergeback.md @@ -0,0 +1,7 @@ +### What does this PR do? + +Merge v{{.Version}} into master + +### Motivation + +Be sync. diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md new file mode 100644 index 000000000..226a85a73 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -0,0 +1,7 @@ +### What does this PR do? + +Prepare release v{{.Version}}. + +### Motivation + +Create a new release.