From 293c44b2a53b09a0c16d5c0a5ae6db94d34eb257 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 6 May 2021 11:57:19 +0300 Subject: [PATCH] Add issue templates for bug reports and enhancements Signed-off-by: Stefan Prodan --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..171464a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve this project +title: '' +assignees: '' + +--- + +### Describe the bug + +A clear and concise description of what the bug is. +Please provide the Canary definition and Flagger logs. + +### To Reproduce + + + +### Expected behavior + +A clear and concise description of what you expected to happen. + +### Additional context + +- Flagger version: +- Kubernetes version: +- Service Mesh provider: +- Ingress provider: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b92c70cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +blank_issues_enabled: true + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..73c7471b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: I have a suggestion (and may want to implement it 🙂)! +title: '' +assignees: '' + +--- + +## Describe the feature + +What problem are you trying to solve? + +### Proposed solution + +What do you want to happen? Add any considered drawbacks. + +### Any alternatives you've considered? + +Is there another way to solve this problem that isn't as good a solution?