From 976f5cfdd9af46c67561136a6646ccea71eb47a9 Mon Sep 17 00:00:00 2001 From: Swapnil Mhamane Date: Wed, 30 Jan 2019 14:17:57 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..1e7c814be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: kind/bug +assignees: '' + +--- + +**Describe the bug:** +A clear and concise description of what the bug is. + +**Expected behaviour:** +A clear and concise description of what you expected to happen. + +**How To Reproduce (as minimally and precisely as possible):** + +**Logs:** + +**Screenshots (if applicable):** + + +**Environment (please complete the following information):** + - Etcd version/commit ID : + - Etcd-backup-restore version/commit ID: + - Cloud Provider [All/AWS/GCS/ABS/Swift]: + +**Anything else we need to know?**: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..12c5780aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an improvement for this project +title: "[Feature]" +labels: kind/enhancement +assignees: '' + +--- + +**Feature (What you would like to be added):** + +**Motivation (Why is this needed?):** + +**Approach/Hint to the implement solution (optional):**