diff options
Diffstat (limited to 'doc/miscellaneous.html')
-rw-r--r-- | doc/miscellaneous.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html index 481e1a6..b50ce7f 100644 --- a/doc/miscellaneous.html +++ b/doc/miscellaneous.html @@ -63,19 +63,23 @@ <h4>2. I have found a bug in this program. Where to report the bug?</h4> <p> Please use the <a href="https://github.com/chirs241097/QMidiPlayer/issues"> - github issue tracker</a>. Don't forget to check if the bug has already been - fixed in a newer version! + github issue tracker</a>. Don't forget to provide information for identifying the issue. + (Refer to the 12th item in the troubleshooting section for how to get the information required.) + Also please check if the bug has already been fixed in a newer version. </p> <h4>3. On what platform(s) do you develop this project?</h4> <p> Major platforms used: <ul> - <li>Debian GNU/Linux unstable(sid) amd64 on custom machine (i7-2960XM, 16GB RAM, GTX960, X9SCV-QV4)</li> - <li>Arch Linux amd64 on a Lenovo ThinkPad X1 yoga 1st Gen. (i7-6600U, 16GB RAM, HD520)</li> + <li>Debian GNU/Linux unstable(sid) amd64 on custom machine (i7-2960XM, 16GB RAM, RTX 2080, X9SCV-QV4)</li> + <li>Gentoo Linux amd64 on a Lenovo ThinkPad X1 yoga 1st Gen. (i7-6600U, 16GB RAM, HD520)</li> + <li>Debian GNU/Linux testing amd64 on modified ideacentre K300 (Core2 Extreme QX9650, 8GB RAM, RX 550, OEM G43 board)</li> + <li>(no longer in use) Arch Linux amd64 on the said ThinkPad X1 yoga</li> </ul> - Platforms for building the Windows version: + Platform for building and testing the Windows version: <ul> <li>Windows 10 Insider Pro on the ThinkPad X1 yoga mentioned above.</li> + <li>Windows 7 Ultimate on the said ideacentre K300</li> </ul> </p> <h4>4. The code is full of shit and has no comment at all!</h4> |