Skip to content

Commit 1504141

Browse files
committed
Adding bug reporting info for Windows
1 parent 4255f5a commit 1504141

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

windows.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h2 id="table-of-contents">Table of contents <span style="padding-left: 10px;"><
5959
<li><a href="#updating-without-git">5.2 Updating without Git</a></li>
6060
</ul></li>
6161
<li><a href="#uninstalling-pyradio-or-cleaning-up">6. Uninstalling Pyradio (or Cleaning up)</a></li>
62+
<li><a href="#reporting-bugs">7. Reporing bugs</a></li>
6263
</ul></li>
6364
<li><a href="build.html">Back</a></li>
6465
<li><a href="README.html">Back to README</a></li>
@@ -231,5 +232,14 @@ <h3 id="uninstalling-pyradio-or-cleaning-up">6. Uninstalling Pyradio (or Cleanin
231232
<p>In this example, running <em>devel\build_install_pyradio -u</em> has removed <strong>PyRadio</strong> python 3.7 installation files.</p>
232233
<p>The script has detected (and removed) version <em>0.8.8</em> (probably the current or previous version), along with verisons <em>0.7.9</em> and <em>0.6.3</em> (older versions previously installed).</p>
233234
<p>I would recommend to execute <em>devel\build_install_pyradio -u</em> from time to time, and reinstall <strong>PyRadio</strong> right after its completion.</p>
235+
<h3 id="reporting-bugs">7. Reporting bugs <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></style></h3>
236+
<p>When a bug is found, please do report it by <a target="_blank" href="https://github.com/coderholic/pyradio/issues">opening an issue at github</a>.</p>
237+
<p>In you report you should, at the very least, state your <strong>pyradio version</strong> and <strong>python version</strong>.</p>
238+
<p>It would be really useful to include <strong>%USERPROFILE%/pyradio.log</strong> in your report.</p>
239+
<p>To create it, enter the following commands in a terminal:</p>
240+
<pre>C:\Users\spiros&gt;del %USERPROFILE%\pyradio.log
241+
C:\Users\spiros&gt;pyradio -d</pre>
242+
<p>Then try to reproduce the bug and exit <strong>pyradio</strong>.</p>
243+
<p>Finally, include the file produced in your report.</p>
234244
</body>
235245
</html>

windows.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Ben Dowling - [https://github.com/coderholic](https://github.com/coderholic)
2222
* [5. Updating PyRadio](#updating-pyradio)
2323
* [5.1 Updating with Git](#updating-with-git)
2424
* [5.2 Updating without Git](#updating-without-git)
25-
* [6. Uninstalling Pyradio (or Cleaning up)]
25+
* [6. Uninstalling Pyradio (or Cleaning up)](#uninstalling-pyradio-or-cleaning-up)
26+
* [7. Reporing bugs](#reporting-bugs)
2627
* [Back](build.md)
2728
* [Back to README](README.md)
2829

@@ -324,3 +325,22 @@ In this example, running *devel\\build_install_pyradio -u* has removed **PyRadio
324325
The script has detected (and removed) version *0.8.8* (probably the current or previous version), along with verisons *0.7.9* and *0.6.3* (older versions previously installed).
325326

326327
I would recommend to execute *devel\\build_install_pyradio -u* from time to time, and reinstall **PyRadio** right after its completion.
328+
329+
### 7. Reporting bugs
330+
331+
When a bug is found, please do report it by [opening an issue at github](https://github.com/coderholic/pyradio/issues).
332+
333+
In you report you should, at the very least, state your **pyradio version** and **python version**.
334+
335+
It would be really useful to include **%USERPROFILE%/pyradio.log** in your report.
336+
337+
To create it, enter the following commands in a terminal:
338+
339+
C:\Users\spiros>del %USERPROFILE%\pyradio.log
340+
C:\Users\spiros>pyradio -d
341+
342+
Then try to reproduce the bug and exit **pyradio**.
343+
344+
Finally, include the file produced in your report.
345+
346+

0 commit comments

Comments
 (0)