mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
1.2 KiB
1.2 KiB
layout, title, author_profile, excerpt, header, permalink, sidebar
layout | title | author_profile | excerpt | header | permalink | sidebar | ||||
---|---|---|---|---|---|---|---|---|---|---|
single | Documentation | false | Reporting an issue |
|
/docs/bug_report/ |
|
To help us tracking and solving more efficiently issues with Grid, please report problems using the issue system of GitHub rather than sending emails to Grid developers.
We also suggest to have a brief look at the closed issues pages and check whether the problem has been addressed already.
{% capture notice-text %}
- Check that the code is pointing to the
HEAD
ofdevelop
or any commit inmaster
which is tagged with a version number. - Give a description of the target platform (CPU, network, compiler).
- Give the exact
configure
command used. - Attach
config.log
. - Attach
config.summary
. - Attach the output of
make V=1
. - Describe the issue and any previous attempt to solve it. If relevant, show how to reproduce the issue using a minimal working example. {% endcapture %}