mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 08:17:25 +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:
|
options:
|
||||||
- label: I have checked older issues, open and closed
|
- label: I have checked older issues, open and closed
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Tracker details
|
label: Tracker details
|
||||||
|
@ -18,14 +29,12 @@ body:
|
||||||
- Name: TrackerX
|
- Name: TrackerX
|
||||||
- URL: https://trackerx.yz
|
- URL: https://trackerx.yz
|
||||||
- Description: TrackerX is a Private Torrent Tracker for Movies, TV, and e-Learning
|
- 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
|
- 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
|
- Additional Comments: IMDB search has to be enabled in account settings, often has hcaptcha at login
|
||||||
value: |
|
value: |
|
||||||
- Name:
|
- Name:
|
||||||
- URL:
|
- URL:
|
||||||
- Description:
|
- Description:
|
||||||
- Public, Semi-private, or Private:
|
|
||||||
- Minimum Seeding Time and Minimum Ratio (if Private):
|
- Minimum Seeding Time and Minimum Ratio (if Private):
|
||||||
- Additional Comments:
|
- Additional Comments:
|
||||||
render: markdown
|
render: markdown
|
||||||
|
|
Loading…
Reference in a new issue