From 5f4218ae91ba52c504a4afc0e1da948f99aa4c18 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:10:51 -0400 Subject: [PATCH] add indexer request template [skip ci] (#116) --- .github/ISSUE_TEMPLATE/indexer_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/indexer_request.md diff --git a/.github/ISSUE_TEMPLATE/indexer_request.md b/.github/ISSUE_TEMPLATE/indexer_request.md new file mode 100644 index 000000000..f74aa232a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/indexer_request.md @@ -0,0 +1,17 @@ +--- +name: Indexer Request +about: Request an indexer for Prowlarr. Check the pinned Jackett parity issue prior to submitting a request. Duplicated requests or requests covered in existing GitHub Issues will be closed without warning. Please search GitHub prior to requesting. +title: '(Indexer) ' +labels: 'Type: Indexer Request' +assignees: '' + +--- + + \ No newline at end of file