mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Update BUG Reporting Template [ci skip]
This commit is contained in:
parent
be057334af
commit
b96118760c
1 changed files with 17 additions and 8 deletions
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,19 +7,24 @@ assignees: 'mitchellkrogza'
|
|||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
##Describe the bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
##To Reproduce
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
##Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
##Screenshots
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Copy of nginx.conf**
|
||||
##Copy of nginx.conf
|
||||
|
||||
If applicable please paste your nginx.conf file here
|
||||
(paste in between the ``` ``` markers)
|
||||
|
||||
|
@ -29,7 +34,8 @@ Paste nginx.conf here
|
|||
|
||||
```
|
||||
|
||||
**Copy of vhost.conf or host.vhost**
|
||||
##Copy of vhost / website / host .conf file
|
||||
|
||||
If applicable please paste your site/vhost configuration file in between the code ticks
|
||||
(paste in between the ``` ``` markers)
|
||||
|
||||
|
@ -39,9 +45,10 @@ Paste site config here
|
|||
|
||||
```
|
||||
|
||||
**Server (please complete the following information):**
|
||||
##Server (please complete the following information):
|
||||
|
||||
- Operating System:
|
||||
|
||||
- [ ] Ubuntu
|
||||
- [ ] Alpine
|
||||
- [ ] Arch Linux
|
||||
|
@ -52,6 +59,7 @@ Paste site config here
|
|||
- [ ] Windows
|
||||
- [ ] Other
|
||||
|
||||
|
||||
- Specify Exact Version of OS:
|
||||
|
||||
```
|
||||
|
@ -84,5 +92,6 @@ Paste any log / error messages here (paste in between the ``` ``` markers)
|
|||
|
||||
```
|
||||
|
||||
**Additional information**
|
||||
##Additional information
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
|
Loading…
Add table
Reference in a new issue