From 1883ccfaa7e199961e1f93be6218efae5a6dbe41 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 15 Feb 2018 12:52:43 +0100 Subject: [PATCH] Enable duplicate detection on new issues --- .github/similarity.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/similarity.yml diff --git a/.github/similarity.yml b/.github/similarity.yml new file mode 100644 index 00000000000..4ec8e6cc7d4 --- /dev/null +++ b/.github/similarity.yml @@ -0,0 +1,5 @@ +{ + perform: true, + whenCreatedByTeam: false, + comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}" +} -- GitLab