Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2756 from fluxcd/bug-report-steps
Browse files Browse the repository at this point in the history
Update bug report template
  • Loading branch information
stefanprodan authored Jan 17, 2020
2 parents 99cd9f2 + 06fa3a8 commit 01f74f3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 01f74f3

Please sign in to comment.