Require single-worded tags

This commit is contained in:
Jonas Gierer
2019-10-15 14:11:10 +02:00
parent 6b886d9c62
commit 697a7f7555

View File

@@ -80,7 +80,7 @@ For any other editor, please use the following schema:
"title": String,
"desc": String, // 1 - 2 sentences long
"url": String, // See below for notes about correct format of URLs
"tags": [String] // Please try to add at least 3 tags
"tags": [String] // Please try to add at least 3 single-worded tags
}
]
}