mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
ADD User-Agent Reporting Template [ci skip]
This commit is contained in:
parent
b5a3b397cc
commit
25ed607f7c
1 changed files with 42 additions and 0 deletions
42
.github/ISSUE_TEMPLATE/report-user-agent-bad-bot.md
vendored
Normal file
42
.github/ISSUE_TEMPLATE/report-user-agent-bad-bot.md
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
name: Report User-Agent / Bot
|
||||
about: Reporting of New / False Positive User-Agents (Additions / Removals)
|
||||
title: "[User-Agent] (add a descriptive title here)"
|
||||
labels: 'Bots / User-Agents'
|
||||
assignees: 'mitchellkrogza'
|
||||
|
||||
---
|
||||
|
||||
## Paste the full User-Agent String here
|
||||
|
||||
```
|
||||
|
||||
Paste the full User-Agent String here (paste in between the ``` ``` markers)
|
||||
Example: (serpstatbot/1.0 (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)
|
||||
|
||||
```
|
||||
|
||||
## Is this for Addition / Removal?
|
||||
|
||||
- [ ] Addition
|
||||
- [ ] Removal
|
||||
|
||||
|
||||
## Did the User-Agent request robots.txt first?
|
||||
|
||||
- [ ] Yes
|
||||
- [ ] No
|
||||
|
||||
|
||||
## Post Log Excerpt to show User-Agent behavior (10-20 lines is enough)
|
||||
|
||||
|
||||
```
|
||||
|
||||
Post log excerpt here (paste in between the ``` ``` markers)
|
||||
|
||||
```
|
||||
|
||||
## Additional information
|
||||
|
||||
Add any other context about the problem here.
|
Loading…
Add table
Reference in a new issue