File: report_bug.html

package info (click to toggle)
pysolfc 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 94,860 kB
  • sloc: python: 82,020; tcl: 4,529; makefile: 66; sh: 57; perl: 48
file content (47 lines) | stat: -rw-r--r-- 1,681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>PySol - Report a Bug</title>
<meta name="license" content="GNU General Public License">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#F7F3FF" link="#0000FF" vlink="#660099"
alink="#FF0000">
<img src="images/pysollogo03.png" alt="PySol FC Logo">
<br>

<h1>Report a Bug</h1>
<p>
Before you report a bug, please verify that you are running
the latest version of PySolFC, and also check the PySolFC site's
<a href="https://pysolfc.sourceforge.io/faq.html">FAQ page</a>,
and issues previously reported on GitHub, to ensure that the bug
was not previously reported.
<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.


<p>
<br>
<a href="index.html">Back to the index</a>
<hr>
<i>PySolFC Documentation - version 3.2.0</i>
</body>
</html>