From e98f380c0de640fdaa5173b0a7ab79ac222a8032 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Fri, 10 Apr 2020 10:08:20 +0100 Subject: [PATCH] Add link to new synset guidelines --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb25c0ef..c2f1b273 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Further, if the solution to the issue is clear, please provide on the following * `add relation`: The relation between two synsets (senses) is not correct * `change relation`: A relation is wrong either in type (e.g., `hypernym` vs. `instance_hypernym`) or target * `example`: An example should be updated -* `new synset`: A new concept should be introduced +* `new synset`: A new concept should be introduced. Please first check the [guidelines for adding new sense](NEW_SYNSETS.md) before adding a new synset. * `remove relation`: A relation should be removed * `delete synset`: A synset should be deleted. (This is used only rarely for truly nonsense or compositional concepts) * `synset duplicate`: Two synsets refer to the same concept and should be merged.