mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 02:59:57 +00:00
Update issue templates
Introduction of Issue Reporting Templates
This commit is contained in:
parent
d28a80e6e6
commit
944117e458
2 changed files with 60 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
28
.github/ISSUE_TEMPLATE/installation-help.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/installation-help.md
vendored
Normal 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.
|
Loading…
Add table
Reference in a new issue