From 6fdc11183bfc798618f24c8a6b9dfd10f718356c Mon Sep 17 00:00:00 2001 From: Rodolfo Pacheco Date: Wed, 3 Mar 2021 12:13:59 -0500 Subject: [PATCH] Added Bug and Feature Request templates Fixed typos Change-Id: If8ffcc7b43c9195ffdbdf84220e26ed0e9821f5d --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++ 2 files changed, 44 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 0000000..0ea56a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Report a bug or unexpected sip behavior +title: '' +labels: bug, triage +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. +If known use the appropriate labels to identify if the issue is related to scheduling (BMH labeling) or infrastructure service definition (i.e. Load Balancer pods) + +**Steps To Reproduce** +Minimal steps to reproduce the issue. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment** +- sip controller Version: +- Operating System: +- Kernel version: +- Kubernetes Version: +- Go version: +- Hardware specs (e.g. 4 vCPUs, 16GB RAM, bare metal vs VM): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5d3c101 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest a sip feature +title: '' +labels: enhancement, triage +assignees: '' + +--- + +**Problem description (if applicable)** +A description of the problem or background information that illustrates the need +for a new feature. + +**Proposed change** +A detailed description of the new, requested behavior. + +**Potential impacts** +Potential security or performance related impacts.