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?