From b1565c3b7f5a563567a187dad57a37a19d00da2a Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Fri, 27 Sep 2019 11:41:08 +0200 Subject: [PATCH] Add github issue templates [ci skip] --- .github/ISSUE_TEMPLATE/bug-report.md | 27 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/support.md | 14 ++++++++++++++ 3 files changed, 56 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..3463514 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Report a bug on the Agola web interface +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 web version: +- 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..9bc0ef0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,15 @@ +--- +name: Enhancement Request +about: Suggest an enhancement for Agola Web +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..e590fce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,14 @@ +--- +name: Support Request +about: Support request or question related to Agola Web +--- + + \ No newline at end of file