From 06fa3a829c205baeef967e29b4edbcde749dad77 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 16 Jan 2020 23:09:05 +0200 Subject: [PATCH] Update bug report template Add explicit steps for reproducing the bug --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7fc684f6e..3bc4da86a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,26 +8,27 @@ assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behaviour: -0. What's your setup? -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error + +1. Provide Flux install instructions +2. Provide a GitHub repository with Kubernetes manifests **Expected behavior** + A clear and concise description of what you expected to happen. **Logs** -If applicable, please provide logs of `fluxd` or the helm-operator. In a standard stand-alone installation of Flux, you'd get this by running `kubectl logs -n default deploy/flux`. + +If applicable, please provide logs of `fluxd`. In a standard stand-alone installation of Flux, you'd get this by running `kubectl logs deploy/flux -n flux`. **Additional context** -Add any other context about the problem here, e.g + - Flux version: -- Helm Operator version: - Kubernetes version: - Git provider: - Container registry provider: