From 9a685dcd6cc9d9452a77e9b4ce9090b12fdd8f7c Mon Sep 17 00:00:00 2001 From: Cleop Date: Thu, 18 Jan 2018 11:58:58 +0000 Subject: [PATCH 1/2] #36 Adds detailed bug example --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index e9b2144..416e066 100644 --- a/readme.md +++ b/readme.md @@ -155,6 +155,11 @@ v10 or iPhone 6 view. Then take a screenshot of the bug and put it all into an issue to be fixed :wrench: :sparkles:. +**Here is an example of a well detailed bug:** + +![image](https://user-images.githubusercontent.com/16775804/35097023-4900501c-fc46-11e7-9856-0387d1f64d17.png) + +Taken from: https://github.com/cul-2016/quiz/issues/582 ## What is a staging area/site and what is it used for? From 5831887a3ba8e7117e3474599e3f1e3edc8d569a Mon Sep 17 00:00:00 2001 From: Cleop Date: Mon, 12 Feb 2018 16:34:55 +0000 Subject: [PATCH 2/2] #36 Changes description for bug example --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 416e066..ba2bc39 100644 --- a/readme.md +++ b/readme.md @@ -155,7 +155,8 @@ v10 or iPhone 6 view. Then take a screenshot of the bug and put it all into an issue to be fixed :wrench: :sparkles:. -**Here is an example of a well detailed bug:** +**Here is an example of an issue that contains a description of the bug, the +critical steps required to reproduce it and which devices it was experienced on:** ![image](https://user-images.githubusercontent.com/16775804/35097023-4900501c-fc46-11e7-9856-0387d1f64d17.png)