-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from garden-io/issue-templates
Add issue templates for bug reports
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: "Bug report" | ||
about: Create a report to help make garden better | ||
--- | ||
|
||
## Bug | ||
|
||
### Current Behavior | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
### Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Reproducible example | ||
|
||
<!-- Use one of our examples or link to a minimal example showing the issue --> | ||
<!-- Try to include commands run or output --> | ||
|
||
### Suggested solution(s) | ||
|
||
<!-- How could we solve this bug? What changes would need to made? --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context about the problem here. --> | ||
|
||
### Your environment | ||
|
||
<!-- PLEASE FILL THIS OUT --> | ||
|
||
<!-- Please run and copy and paste the results --> | ||
`garden -v` | ||
|
||
`kubectl version` | ||
|
||
`docker version` |