From 4e9f57bc1fdeadb66e9d2699549ea6e19b9cac16 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 25 May 2019 18:00:45 +0800 Subject: [PATCH] update --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68733fa..1cd5830 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,14 +5,15 @@ Your contributions are always welcome! ## Guidelines * Add one link per Pull Request. - * Make sure the PR has a specific title, don't write something like `Update README.md`. + * Make sure the PR title is in the format of `Add project-name`. + * Write down the reason why the library is awesome. * Add the link: `* [project-name](http://example.com/) - A short description ends with a period.` * Keep descriptions concise. * Add a section if needed. * Add the section description. * Add the section title to Table of Contents. -* Search previous suggestions before making a new one, as yours may be a duplicate. +* Search previous Pull Request or Issues before making a new one, as yours may be a duplicate. * Don't mention `Python` in the description as it's implied. * Check your spelling and grammar. * Remove any trailing whitespace. -* Send a Pull Request with the reason why the library is awesome. +