From 9c5b994369d310131f6df7b81d3e51fc8d241c96 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Jul 2016 16:29:59 +0200 Subject: [PATCH] Make readme reference contribution guide --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e313a862..6ce8543a 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,9 @@ guide in the GLFW documentation. ## Reporting bugs Bugs are reported to our [issue tracker](https://github.com/glfw/glfw/issues). -Please always include the name and version of the OS where the bug occurs and -the version of GLFW used. If you have cloned it, include the commit ID used. - -If it's a build issue, please also include the build log and the name and -version of your development environment. - -If it's a context creation issue, please also include the make and model of your -graphics card and the version of your driver. - -This will help both us and other people experiencing the same bug. +Please check the [Contribution +guide](https://github.com/glfw/glfw/blob/master/.github/CONTRIBUTING.md) for +information on what to include when reporting a bug. ## Dependencies