Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 8320b3c

Browse files
authored
Merge pull request #1933 from andyxning/add_github_templates
add github templates
2 parents 84ab3fe + 07196f4 commit 8320b3c

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--
2+
Before you report a new issue, make sure that we do not have any duplicates
3+
already open. You can ensure this by searching the issue list for this
4+
repository. If there is a duplicate, please close your issue and add a comment
5+
to the existing issue instead.
6+
7+
** please remove empty sections and comments before submitting **
8+
-->
9+
10+
**Description**
11+
12+
<!--
13+
Briefly describe the problem you are having in a few paragraphs.
14+
-->
15+
16+
**Steps to reproduce:**
17+
18+
19+
**Describe the results you received:**
20+
21+
22+
**Describe the results you expected:**
23+
24+
25+
**Output of `heapster --version`:**
26+
27+
```
28+
(paste your output here)
29+
```
30+
31+
**Output of `kubectl version`:**
32+
33+
```
34+
(paste your output here)
35+
```

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!--
2+
If this is a bug fix, make sure your description includes "fixes #xxxx", or
3+
"closes #xxxx"
4+
5+
** please remove empty sections and comments before submitting **
6+
-->
7+
8+
**What this PR does**
9+

0 commit comments

Comments
 (0)