From d25b427efe929b711ac431c47dbf5bda73abf1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 4 Jan 2017 16:33:57 +0100 Subject: [PATCH] Remove URL --- .github/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9ef48784..a32ca449 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -42,10 +42,10 @@ doesn't, that might be a separate bug. If GLFW is crashing or triggering asserts, make sure that all your object handles and other pointers are valid. -For bugs where it makes sense, a [Short, Self Contained, Correct (Compilable), -Example](http://www.sscce.org/) is absolutely invaluable. Just put it inline in -the body text. Note that if the bug is reproducible with one of the test -programs that come with GLFW, just mention that instead. +For bugs where it makes sense, a short, self contained example is absolutely +invaluable. Just put it inline in the body text. Note that if the bug is +reproducible with one of the test programs that come with GLFW, just mention +that instead. __Don't worry about adding too much information__. Unimportant information can be abbreviated or removed later, but missing information can stall bug fixing,