From 2c095e084c9bf3362ca2c54677c12fee73bce827 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Fri, 27 Sep 2019 11:09:47 +0200 Subject: [PATCH] Add github issue templates [ci skip] --- .github/ISSUE_TEMPLATE/bug-report.md | 28 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 15 ++++++++++++++ .github/ISSUE_TEMPLATE/support.md | 14 ++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..c002b0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,28 @@ +--- +name: Bug Report +about: Report a bug on Agola +labels: bug + +--- + + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Agola version: +- Agola running environment (if useful to understand the bug): +- Others: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..2f1f260 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,15 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to Agola +labels: enhancement + +--- + + +**What would you like to be added**: + +**Why is this needed**: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000..49df0ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,14 @@ +--- +name: Support Request +about: Support request or question related to Agola +--- + + \ No newline at end of file