Enable duplicate detection on new issues

This commit is contained in:
Christof Marti 2018-02-15 12:52:43 +01:00
parent 3751acf55f
commit 1883ccfaa7

5
.github/similarity.yml vendored Normal file
View file

@ -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}"
}