From 10bf70c663434daa8159ab7e756084b24247b96a Mon Sep 17 00:00:00 2001 From: flightlevel Date: Sun, 8 Apr 2018 12:43:55 +1000 Subject: [PATCH] Add no reponse and pull request templates --- .github/duplicate_issue.md | 6 +++--- .github/no_information_provided.md | 2 +- .github/no_response.md | 3 +++ .github/pull_request_readme.md | 7 +++++++ 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/no_response.md create mode 100644 .github/pull_request_readme.md diff --git a/.github/duplicate_issue.md b/.github/duplicate_issue.md index eb77e4769..0a5a711c5 100644 --- a/.github/duplicate_issue.md +++ b/.github/duplicate_issue.md @@ -1,7 +1,7 @@ -Duplicate of #{{ firstIssueWithTitle }} +Duplicate of #{{ chosenIssue.number }} Hi @{{ payload.sender.login }}, -This issue looks similar to #{{ firstIssueWithTitle }}. +This issue looks similar to #{{ chosenIssue.number }}. -To prevent issue tracker clutter, this issue will now be closed. If you feel this issue isn't a duplicate of #{{ firstIssueWithTitle }}, then feel free to re-open this issue. +To prevent issue tracker clutter, this issue will now be closed. If you feel this issue isn't a duplicate of #{{ chosenIssue.number }}, then feel free to post a comment on this issue stating why it's not a duplicate. Your comment will automatically re-open this issue. diff --git a/.github/no_information_provided.md b/.github/no_information_provided.md index bf826460e..7dbae946d 100644 --- a/.github/no_information_provided.md +++ b/.github/no_information_provided.md @@ -1,6 +1,6 @@ Hi @{{ payload.sender.login }}, -You've created an issue, but haven't provided any details to allow the community to assist you. To prevent issue tracker clutter, this issue will now be closed. Please provide the information needed below and then re-open the issue. +You've created an issue, but haven't provided any details to allow the community to assist you. To prevent issue tracker clutter, this issue will now be closed. Please provide the information needed below and your comment will automatically re-open this issue. Provide a description of the feature request or bug, the more details the better. If you are experiencing an issue with a tracker, a **full enhanced log must be included**. Instructions for obtaining logs are here: https://github.com/Jackett/Jackett#troubleshooting diff --git a/.github/no_response.md b/.github/no_response.md new file mode 100644 index 000000000..e5a6275ea --- /dev/null +++ b/.github/no_response.md @@ -0,0 +1,3 @@ +Hi @{{ payload.data.user.login }}, + +No response has been received for {{ days }} days. To prevent issue tracker clutter, this issue will now be closed. To re-open the issue, please provide the information requested and the issue will automatically re-open. diff --git a/.github/pull_request_readme.md b/.github/pull_request_readme.md new file mode 100644 index 000000000..4883bacb1 --- /dev/null +++ b/.github/pull_request_readme.md @@ -0,0 +1,7 @@ +Hi @{{ payload.pull_request.user.login }}, + +Thanks for your contribution to Jackett! + +If you are adding a new indexer, please ensure that you've added it to the readme as well + +A human will be along soon to review