From 697a7f7555d777c1d723e5098fe5c08e01f3c457 Mon Sep 17 00:00:00 2001 From: Jonas Gierer Date: Tue, 15 Oct 2019 14:11:10 +0200 Subject: [PATCH] Require single-worded tags --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b5f324..9eabcb2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 } ] }