Update issue templates

Introduction of Issue Reporting Templates
This commit is contained in:
Mitchell Krog 2019-02-22 11:27:12 +02:00 committed by GitHub
parent d28a80e6e6
commit 944117e458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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.

View file

@ -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.