From ea74c6f6da9ab0baea3c96a3a26ae6b59ef3e396 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 15 Feb 2018 00:35:52 -0800 Subject: [PATCH] Fix typo in contribution guidelines (#780) --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 9410a9a..ab002c9 100644 --- a/contributing.md +++ b/contributing.md @@ -8,7 +8,7 @@ Ensure your pull request adheres to the following guidelines: - **If you just created something, wait at least 30 days before submitting.** This is to give it some time to mature and ensure it's not just a publish-and-forget type of project. - Keep in mind that the list is very mature by now, so the bar of getting something accepted is high. Only submit something unique and generally useful. The world (and this list) doesn't need yet another ORM or framework. For CLI tools, the bar is especially high, and unless it's something very awesome, I would suggest submitting to [awesome-cli-apps](https://github.com/aharris88/awesome-cli-apps) instead. -- If you submit a project that is similar to an existing project in the list, argument how it's better. +- If you submit a project that is similar to an existing project in the list, argue how it's better. - Search previous suggestions before making a new one, as yours may be a duplicate. - Suggested packages should be tested and documented. - Make an individual pull request for each suggestion.