From 944117e458ca15ea0ef866e9505e355549fdd95e Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Fri, 22 Feb 2019 11:27:12 +0200 Subject: [PATCH] Update issue templates Introduction of Issue Reporting Templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/installation-help.md | 28 ++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/installation-help.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a6b419edb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Server (please complete the following information):** + - OS: [e.g. Ubuntu, Arch, CentOS] + - Nginx Version [post output of nginx -v] + - Other Environments [e.g. Plesk, CPanel - include Version] + +**Additional information** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/installation-help.md b/.github/ISSUE_TEMPLATE/installation-help.md new file mode 100644 index 000000000..970b9882b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/installation-help.md @@ -0,0 +1,28 @@ +--- +name: Installation Help +about: Users needing help with installation problems. +title: '' +labels: '' +assignees: '' + +--- + +:exclamation: +- **Make sure you have searched through existing issues to check that your problem has not been experienced before by another user?** + +**Describe the problem you are experiencing** +A clear and concise description of what your problem is. + +**Error Messages** +Post any error messages (if applicable): + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Server (please complete the following information):** + - OS: [e.g. Ubuntu, Arch, CentOS] + - Nginx Version [post output of nginx -v] + - Other Environments [e.g. Plesk, CPanel - include Version] + +**Additional information** +Add any other context about the problem here.