From d582419bbc8fc384610e81bf5a71d40e08dddc90 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 1 Jul 2017 13:19:38 +0200 Subject: [PATCH] Remove commit message prefix from showcase addition guide --- content/community/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/contributing.md b/content/community/contributing.md index 22c3cf9cb..052311911 100644 --- a/content/community/contributing.md +++ b/content/community/contributing.md @@ -102,7 +102,7 @@ Check a last time that everything works as expected. Start Hugo's built-in serve If everything looks fine, we are ready to commit your additions. For the sake of best practices, please make sure that your commit follows our [code contribution guideline](https://github.com/gohugoio/hugo#code-contribution-guideline). - git commit -m"docs: Add example.com to the showcase" + git commit -m"Add example.com to the showcase" Last but not least, we're ready to create a [pull request](https://github.com/gohugoio/hugoDocs/compare).