mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Update BUG Reporting Template [ci skip]
This commit is contained in:
parent
b16178fef3
commit
be057334af
1 changed files with 65 additions and 6 deletions
71
.github/ISSUE_TEMPLATE/bug_report.md
vendored
71
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,8 +2,8 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG] (Add a descriptive title here)"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
labels: 'Bug'
|
||||
assignees: 'mitchellkrogza'
|
||||
|
||||
---
|
||||
|
||||
|
@ -19,11 +19,70 @@ A clear and concise description of what you expected to happen.
|
|||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Copy of nginx.conf**
|
||||
If applicable please paste your nginx.conf file here
|
||||
(paste in between the ``` ``` markers)
|
||||
|
||||
```
|
||||
|
||||
Paste nginx.conf here
|
||||
|
||||
```
|
||||
|
||||
**Copy of vhost.conf or host.vhost**
|
||||
If applicable please paste your site/vhost configuration file in between the code ticks
|
||||
(paste in between the ``` ``` markers)
|
||||
|
||||
```
|
||||
|
||||
Paste site config here
|
||||
|
||||
```
|
||||
|
||||
**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]
|
||||
- Any applicable error messages.
|
||||
|
||||
- Operating System:
|
||||
- [ ] Ubuntu
|
||||
- [ ] Alpine
|
||||
- [ ] Arch Linux
|
||||
- [ ] Debian
|
||||
- [ ] CentOS
|
||||
- [ ] Fedora
|
||||
- [ ] Deepin
|
||||
- [ ] Windows
|
||||
- [ ] Other
|
||||
|
||||
- Specify Exact Version of OS:
|
||||
|
||||
```
|
||||
|
||||
Post output of uname -a here
|
||||
|
||||
```
|
||||
|
||||
|
||||
- Nginx Version [post output of sudo nginx -v]
|
||||
|
||||
```
|
||||
|
||||
Paste output of `sudo nginx -V` here (paste in between the ``` ``` markers)
|
||||
|
||||
```
|
||||
|
||||
- Other Environments [include Version information]
|
||||
- [ ] Plesk
|
||||
- [ ] CPanel
|
||||
- [ ] Synology NAS
|
||||
- [ ] Other
|
||||
- Specify Other / Specific Version Information Here:
|
||||
|
||||
- Any other applicable log / error messages that may help us to help you.
|
||||
|
||||
```
|
||||
|
||||
Paste any log / error messages here (paste in between the ``` ``` markers)
|
||||
|
||||
```
|
||||
|
||||
**Additional information**
|
||||
Add any other context about the problem here.
|
||||
|
|
Loading…
Add table
Reference in a new issue