forked from kubernetes-retired/heapster
-
Notifications
You must be signed in to change notification settings - Fork 0
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 kubernetes-retired#1933 from andyxning/add_github_…
…templates add github templates
- Loading branch information
Showing
2 changed files
with
44 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,35 @@ | ||
<!-- | ||
Before you report a new issue, make sure that we do not have any duplicates | ||
already open. You can ensure this by searching the issue list for this | ||
repository. If there is a duplicate, please close your issue and add a comment | ||
to the existing issue instead. | ||
** please remove empty sections and comments before submitting ** | ||
--> | ||
|
||
**Description** | ||
|
||
<!-- | ||
Briefly describe the problem you are having in a few paragraphs. | ||
--> | ||
|
||
**Steps to reproduce:** | ||
|
||
|
||
**Describe the results you received:** | ||
|
||
|
||
**Describe the results you expected:** | ||
|
||
|
||
**Output of `heapster --version`:** | ||
|
||
``` | ||
(paste your output here) | ||
``` | ||
|
||
**Output of `kubectl version`:** | ||
|
||
``` | ||
(paste your output here) | ||
``` |
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,9 @@ | ||
<!-- | ||
If this is a bug fix, make sure your description includes "fixes #xxxx", or | ||
"closes #xxxx" | ||
** please remove empty sections and comments before submitting ** | ||
--> | ||
|
||
**What this PR does** | ||
|