From 07196f491afce484bf9b261408daf411e70877b0 Mon Sep 17 00:00:00 2001 From: Andy Xie Date: Sat, 20 Jan 2018 18:23:21 +0800 Subject: [PATCH] add github templates --- .github/ISSUE_TEMPLATE.md | 35 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..fd2b5b91ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,35 @@ + + +**Description** + + + +**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) +``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..1ab71bcc21 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ + + +**What this PR does** +