Skip to content

Commit

Permalink
add password detection issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed May 15, 2024
1 parent 4e81cde commit 0fd0327
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/password-detection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Password Detection Misses
description: "Password not logged despite being present in the post? File a password detection miss report here. Note: Please change \"(platform)\" to the platform where the password detection miss occurred."
title: "Password Detection Miss for (platform)"
labels: ["enhancement"]
assignees:
- KJHJason

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this password detection miss report! It helps to improve the password detection system.
- type: dropdown
id: platform
attributes:
label: Platform
description: Which platform was the post(s) from?
multiple: true
options:
- Fantia
- Pixiv
- Pixiv Fanbox
- Kemono
validations:
required: true

- type: input
id: post_url
attributes:
label: Post URL
description: What is the URL of the post where the password was not detected?
validations:
required: true

- type: input
id: screenshot
attributes:
label: Screenshot of the Password
description: If possible, please provide a screenshot of the password that is on the post content. (You can drag and drop the image here)

0 comments on commit 0fd0327

Please sign in to comment.