From beb764c9e088398fe1e65340817b81f161ccc8c6 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Thu, 25 Aug 2016 08:11:09 -0700 Subject: [PATCH] [template] Rename category-ids [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7eb53d78..b045feb5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ To create a new category, please open an issue (see CONTRIBUTING) --> { "title": "Name of the app", - "category": "Category name", + "category-ids": ["Category id"], "description": "What this app does", "source": "Link to source, usually GitHub", "screenshots": ["http://something.com/image.png"],