From bad2fa8171386993193381c5bb1444862c17e5a5 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 27 Dec 2018 15:52:23 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8015e8..b578e25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,8 @@ Please ensure your pull request adheres to the following guidelines: - Make an individual pull request for each suggestion. - Edit applications.json instead of README.md. - Use the following format: -{ +```json + { "repo_url" : "Link to repository", "title" : "Name of application", "screenshots" : [ @@ -19,6 +20,7 @@ Please ensure your pull request adheres to the following guidelines: ], "category" : "Application category" } +``` - New categories, or improvements to the existing categorization are welcome. - Keep descriptions short and simple, but descriptive. - End all descriptions with a full stop/period.