From aa44e205e06ccdc25db4f0665544fbaaf5d803c3 Mon Sep 17 00:00:00 2001 From: Jussi Nummelin Date: Fri, 9 Nov 2018 10:17:54 +0200 Subject: [PATCH] add issue and feature request templates (#793) --- .github/ISSUE_TEMPLATE/bug-report.md | 61 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 15 +++++++ 2 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..a3fa0f952 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,61 @@ +--- +name: Bug Report +about: Report a bug encountered while using Pharos + +--- + + + + + +**What happened**: + + + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Pharos version (use `pharos --version`): +- Cloud provider or hardware configuration: +- OS (e.g. from /etc/os-release; both for the client and for the used nodes): +- Others: + +**cluster.yml:** + + + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..acd2888a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,15 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the Pharos project + +--- + + +**What would you like to be added**: + +**Why is this needed**: + + +**Example cluster.yml**: + +