mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 00:08:23 +00:00
Update indexer-request.yml
add a pulldown for the type of indexer Private Semi-Private Public
This commit is contained in:
parent
5846e9b447
commit
217254631b
1 changed files with 11 additions and 2 deletions
13
.github/ISSUE_TEMPLATE/indexer-request.yml
vendored
13
.github/ISSUE_TEMPLATE/indexer-request.yml
vendored
|
@ -9,6 +9,17 @@ body:
|
|||
options:
|
||||
- label: I have checked older issues, open and closed
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
description: Select which type of Web Site this is
|
||||
options:
|
||||
- Public
|
||||
- Semi-Private
|
||||
- Private
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Tracker details
|
||||
|
@ -18,14 +29,12 @@ body:
|
|||
- Name: TrackerX
|
||||
- URL: https://trackerx.yz
|
||||
- Description: TrackerX is a Private Torrent Tracker for Movies, TV, and e-Learning
|
||||
- Public, Semi-private, or Private: Private
|
||||
- Minimum Seeding Time and Minimum Ratio (if Private): MST 24hrs, MR 1.0
|
||||
- Additional Comments: IMDB search has to be enabled in account settings, often has hcaptcha at login
|
||||
value: |
|
||||
- Name:
|
||||
- URL:
|
||||
- Description:
|
||||
- Public, Semi-private, or Private:
|
||||
- Minimum Seeding Time and Minimum Ratio (if Private):
|
||||
- Additional Comments:
|
||||
render: markdown
|
||||
|
|
Loading…
Reference in a new issue