From 5eb84f6236d01bf4fe455c27ff9b863482d095f6 Mon Sep 17 00:00:00 2001 From: flightlevel Date: Sun, 25 Mar 2018 12:53:13 +1100 Subject: [PATCH] Add duplicate issue template --- .github/duplicate_issue.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/duplicate_issue.md diff --git a/.github/duplicate_issue.md b/.github/duplicate_issue.md new file mode 100644 index 000000000..eb77e4769 --- /dev/null +++ b/.github/duplicate_issue.md @@ -0,0 +1,7 @@ +Duplicate of #{{ firstIssueWithTitle }} + +Hi @{{ payload.sender.login }}, + +This issue looks similar to #{{ firstIssueWithTitle }}. + +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.