From 0c7cd681765d7814edd68565c2af4b7a178f6436 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 25 Jul 2019 12:26:33 +0200 Subject: [PATCH] Add pr title formatting to contributing --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index c4e3222..cd2961e 100644 --- a/contributing.md +++ b/contributing.md @@ -18,6 +18,6 @@ Please ensure your pull request adheres to the following guidelines: - Start the description with a capital and end with a full stop/period. - Check your spelling and grammar. - Make sure your text editor is set to remove trailing whitespace. -- The pull request should have a useful title and include a link to the App and why it should be included. +- The pull request should have a useful title like `Add app-xyz` and include a link to the app and why it should be included. Thank you for your suggestions!