diff --git a/html-src/gen-html.py b/html-src/gen-html.py index 82a739f2..6b1f7b2e 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -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'), ] diff --git a/html-src/index.html b/html-src/index.html index 88fbfd6e..b98f54f3 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -14,6 +14,7 @@

Misc


diff --git a/html-src/report_bug.html b/html-src/report_bug.html new file mode 100644 index 00000000..cf5cefa6 --- /dev/null +++ b/html-src/report_bug.html @@ -0,0 +1,20 @@ +

Report a Bug

+

+If you found a bug in PySolFC, the best place to report it +is on GitHub. To do so, create an issue at +https://github.com/shlomif/PySolFC/issues +with as much detail as possible on what's happening, and we +will investigate. +

+Alternatively, you can report bugs on SourceForge on the +discussion forum at +https://sourceforge.net/p/pysolfc/discussion/ +or through SourceForge's ticketing system at +https://sourceforge.net/p/pysolfc/_list/tickets. +However, these are not checked as frequently as GitHub. + +

Enhancements and Feature Requests

+

+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.