From 045a8d4179240c1a2917a96c4e996777ade6c22a Mon Sep 17 00:00:00 2001 From: Rimas Mocevicius Date: Wed, 28 Nov 2018 22:03:24 +0200 Subject: [PATCH] Add github templates (#52) Signed-off-by: rimas --- .github/ISSUE_TEMPLATE.md | 41 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++ 2 files changed, 59 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 0000000..4371306 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,41 @@ + + +**Is this a request for help?**: + +--- + +**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): + + + +**Version of Helm and Kubernetes**: + + + +**What happened**: + + +**What you expected to happen**: + + +**How to reproduce it** (as minimally and precisely as possible): + + +**Anything else we need to know**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..61b5c54 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +**What this PR does / why we need it**: + +**Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # + +**Special notes for your reviewer**: