From de827e1c26b5e20ba690afbc74f1ab9fe0f71363 Mon Sep 17 00:00:00 2001 From: plata Date: Sat, 24 Mar 2018 13:03:03 +0100 Subject: [PATCH] Update PR naming conventions use a more common style (see e.g. https://github.com/agis/git-style-guide#messages) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 901e27dbf0..38185a7ff2 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ 4. Create a pull request * Please create one pull request per script if you want to commit multiple scripts. * use the following naming convention - * for a new script: "added \" (e.g. "added 7-zip") - * for an updated script: "updated \ \" (e.g. "updated 7-zip to use Wine 2.1") + * for a new script: "Add \" (e.g. "Add 7-zip") + * for an updated script: "Update \ \" (e.g. "Update 7-zip to use Wine 2.1")