mirror of https://github.com/kivy/kivy.git
- updated reference in faq to contribute
- mainly to test that the fixed githook works properly
This commit is contained in:
parent
e7b8df48e0
commit
2e6e9fe273
|
@ -24,6 +24,8 @@ feel encouraged to report any obstacles you encountered such as missing
|
||||||
documentation, misleading directions or similar.
|
documentation, misleading directions or similar.
|
||||||
We are perfectionists, so even if it's just a typo, let us know.
|
We are perfectionists, so even if it's just a typo, let us know.
|
||||||
|
|
||||||
|
.. _reporting_issues:
|
||||||
|
|
||||||
Reporting an Issue
|
Reporting an Issue
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,10 @@ Fatal Python error: (pygame parachute) Segmentation Fault
|
||||||
Most of time, this issue is due to an usage of old graphics driver. Install the
|
Most of time, this issue is due to an usage of old graphics driver. Install the
|
||||||
latest graphics driver available for your graphics card, and it could be ok.
|
latest graphics driver available for your graphics card, and it could be ok.
|
||||||
|
|
||||||
If not, please report a detailled issue to github, by following the
|
if not, please report a detailed issue on github by following the instructions
|
||||||
:doc:`contribute` document, in the section `Reporting an Issue`. This is very
|
in the :ref:`reporting_issues` section of the :doc:`contribute` documentation.
|
||||||
important for us because that kind of error can be very hard to debug. Give us
|
This is very important for us because that kind of error can be very hard
|
||||||
all the informations you can give about your environment and execution.
|
to debug. Give us all the informations you can give about your environment and execution.
|
||||||
|
|
||||||
|
|
||||||
undefined symbol: glGenerateMipmap
|
undefined symbol: glGenerateMipmap
|
||||||
|
|
Loading…
Reference in New Issue