From 4234f462080161c716eec120a66e10e3a466f684 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Wed, 10 Oct 2018 14:00:00 +1000 Subject: [PATCH] Add a contributions section to README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 628ad69..06701c2 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,21 @@ Pasi Kärkkäinen identified and fixed several problems with GLX and SDL. Nate Robins created the `wglinfo` utility, to which modifications were made by Michael Wimmer. +## Contributions + +GLEW welcomes community contributions. Typically these are co-ordinated +via [Issues](https://github.com/nigels-com/glew/issues) or +[Pull Requests](https://github.com/nigels-com/glew/pulls) in the +GitHub web interface. + +Be sure to mention platform and compiler toolchain details when filing +a bug report. The output of `glewinfo` can be quite useful for discussion +also. + +Generally GLEW is released once a year, around the time of the Siggraph +computer graphics conference. If you're not using the current release +version of GLEW, be sure to check if the issue or bug is fixed there. + ## Copyright and Licensing GLEW is originally derived from the EXTGL project by Lev Povalahev.