mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Added bug reporting instructions to the documentation.
This commit is contained in:
parent
42b97cf1ed
commit
b49844e15b
3 changed files with 22 additions and 0 deletions
|
@ -58,6 +58,7 @@ files = [
|
|||
('license.html', 'PySol Software License'),
|
||||
('news.html', 'PySol - What\'s New?'),
|
||||
('news_old.html', 'PySol - a Solitaire Game Collection'),
|
||||
('report_bug.html', 'PySol - Report a Bug'),
|
||||
# ('rules_alternate.html', 'PySol - a Solitaire Game Collection'),
|
||||
# ('rules.html', 'PySol - a Solitaire Game Collection'),
|
||||
]
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<h2>Misc</h2>
|
||||
<ul>
|
||||
<li> <a href="news.html">What's new?</a>
|
||||
<li> <a href="report_bug.html">Report a Bug</a>
|
||||
<li><a href="license.html">PySol license terms</a>
|
||||
</ul>
|
||||
<hr>
|
||||
|
|
20
html-src/report_bug.html
Normal file
20
html-src/report_bug.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<h1>Report a Bug</h1>
|
||||
<p>
|
||||
If you found a bug in PySolFC, the best place to report it
|
||||
is on GitHub. To do so, create an issue at
|
||||
<a href="https://github.com/shlomif/PySolFC/issues">https://github.com/shlomif/PySolFC/issues</a>
|
||||
with as much detail as possible on what's happening, and we
|
||||
will investigate.
|
||||
<p>
|
||||
Alternatively, you can report bugs on SourceForge on the
|
||||
discussion forum at
|
||||
<a href="https://sourceforge.net/p/pysolfc/discussion/">https://sourceforge.net/p/pysolfc/discussion/</a>
|
||||
or through SourceForge's ticketing system at
|
||||
<a href="https://sourceforge.net/p/pysolfc/_list/tickets">https://sourceforge.net/p/pysolfc/_list/tickets</a>.
|
||||
However, these are not checked as frequently as GitHub.
|
||||
|
||||
<h2>Enhancements and Feature Requests</h2>
|
||||
<p>
|
||||
If you have an enhancement or a new feature for PySolFC you'd
|
||||
like to request, this can also be done by creating issues in
|
||||
the same place.
|
Loading…
Add table
Reference in a new issue