From 25ed607f7c369b2398d4bd148a9de25289742ec0 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Fri, 28 Jun 2019 09:03:56 +0200 Subject: [PATCH] ADD User-Agent Reporting Template [ci skip] --- .../report-user-agent-bad-bot.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/report-user-agent-bad-bot.md diff --git a/.github/ISSUE_TEMPLATE/report-user-agent-bad-bot.md b/.github/ISSUE_TEMPLATE/report-user-agent-bad-bot.md new file mode 100644 index 000000000..f562fec6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-user-agent-bad-bot.md @@ -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.