From 12110f6020fc242056c4b5aaf22ce56237b1a495 Mon Sep 17 00:00:00 2001 From: Sarah Tsumayoi Date: Fri, 12 May 2017 18:11:28 -0700 Subject: [PATCH] Update CONTRIBUTING.md Extended to mention checking for browser console errors. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa1c040bd0..27012ec46a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Please follow the guidelines below when creating an issue so that your issue can be more promptly resolved: * Provide information including: the version of PHP and HumHub, the type of operating system and Web server, MySQL version, browser type and version; -* Provide the **complete** error call stack if available. A screenshot to explain the issue is very welcome. +* Provide the complete error call stack if available, in addition, please check your browser console for any errors. A screenshot to explain the issue is also welcomed. * Describe the steps for reproducing the issue. * If possible try to reproduce this error on our demo at http://humhub.org @@ -30,4 +30,4 @@ There are a few guidelines that we need contributors to follow so that we can ha * Before we can accept your patches, you'll have to sign the Contributors License Agreement * http://www.humhub.org/cla/github/sign * Make sure there is an issue created for the thing you are working on if it requires significant effort to fix -* Open a pull request \ No newline at end of file +* Open a pull request