You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
619 B
21 lines
619 B
8 months ago
|
name: Site Support
|
||
|
description: Request a site Sherlock should support
|
||
|
labels: ["site request"]
|
||
|
body:
|
||
|
- type: input
|
||
|
id: site-name
|
||
|
attributes:
|
||
|
label: Site name
|
||
|
description: What site should Sherlock support?
|
||
|
placeholder: Reddit
|
||
|
validations:
|
||
|
required: True
|
||
|
- type: textarea
|
||
|
id: additional-info
|
||
|
attributes:
|
||
|
label: Additional info
|
||
|
description: If you have suggestions on how Sherlock should detect for usernames, please explain below
|
||
|
placeholder: Sherlock can detect if a username exists on Reddit by checking for...
|
||
|
validations:
|
||
|
required: false
|