-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 #532 from GoogleContainerTools/ahmetb-patch-1
Better ISSUE_TEMPLATE.md?
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 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 |
---|---|---|
@@ -1,20 +1,23 @@ | ||
Issues without logs and details are more complicated to fix. | ||
Please help us! | ||
<!-- | ||
Issues without logs and details are more complicated to fix. | ||
Please help us by filling the template below! | ||
--> | ||
|
||
### Expected behavior | ||
|
||
### Actual behavior | ||
|
||
### Information | ||
|
||
``` | ||
Skaffold version: version... | ||
Operating system: ... | ||
Content of skaffold.yaml: ... | ||
- Skaffold version: version... | ||
- Operating system: ... | ||
- Contents of skaffold.yaml: | ||
|
||
```yaml | ||
<paste your skaffold.yaml here> | ||
``` | ||
|
||
### Steps to reproduce the behavior | ||
|
||
1. ... | ||
2. ... | ||
|
||
1. ... | ||
2. ... |