From 582efbab6a48ca69f901d1b2f92c2f58557b9c39 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 25 Feb 2015 09:53:10 +0100 Subject: [PATCH] check that you run the latest version before filing an issue [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62d7207e7..d62ed2a03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ One **important** thing: The YSlow file `dependencies/yslow-X.Y.Z-sitespeed.js` needs to be sent to that project and then we will include the finalized javascript file in this project. ## Add a defect -First, check the [defect/bug list](https://github.com/sitespeedio/sitespeed.io/issues?labels=bug&page=1&state=open) to make sure that it hasn't been filed yet. +Please make sure you run the [latest version](https://www.npmjs.com/package/sitespeed.io) of sitespeed.io. Then check the [defect/bug list](https://github.com/sitespeedio/sitespeed.io/issues?labels=bug&page=1&state=open) to make sure that it hasn't been filed yet. If you find a defect, please file a bug report. Include the following: - Explain the bug/defect and what you where doing.