From 9f14ac291f91f06f42573ec05e40bb0f70db7c34 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 11 Jul 2016 17:17:18 +0200 Subject: [PATCH] Add question section to contribution guide --- .github/CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d7fc7da7..0bf67bc9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,6 +2,7 @@ ## Contents +- [Asking a question](#asking-a-question) - [Reporting a bug](#reporting-a-bug) - [Reporting a compile or link bug](#reporting-a-compile-or-link-bug) - [Reporting a segfault or other crash bug](#reporting-a-segfault-or-other-crash-bug) @@ -16,6 +17,17 @@ - [Contributing a feature](#contributing-a-feature) +## Asking a question + +Questions about how to use GLFW should be asked in the [support +section](http://discourse.glfw.org/c/support) of the forum or in the IRC channel +`#glfw` on [Freenode](http://freenode.net/). + +Questions about the design or implementation of GLFW or about future plans +should be asked in the [dev section](http://discourse.glfw.org/c/dev) of the +forum or in the IRC channel `#glfw` on [Freenode](http://freenode.net/). + + ## Reporting a bug If GLFW is behaving unexpectedly at run-time, start by setting an [error