forked from sparta/sparta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunbug.html
More file actions
47 lines (42 loc) · 1.59 KB
/
Copy pathunbug.html
File metadata and controls
47 lines (42 loc) · 1.59 KB
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
<HTML>
<CENTER><A HREF = "index.html">SPARTA WWW Site</A>
</CENTER>
<HR>
<H3>Report bugs and request new features in SPARTA
</H3>
<P>You can do both of these on the <A HREF = "https://github.com/sparta/sparta">SPARTA GitHub
page</A>; see details below.
</P>
<P>You can also do this via the <A HREF = "mail.html">SPARTA mail list</A>, by simply
sending an email to "sparta-users at lists.sourceforge.net". This
would be more appropriate if you are not sure something is a bug, or
you just want to know if some feature is already available in SPARTA
or possible for you or someone else to implement. If it indeed seems
to be a bug, you may get asked to submit the full info through the
GitHub site.
</P>
<HR>
<P>Report a bug via GitHub:
</P>
<P><A HREF = "https://github.com/sparta/sparta/labels/bug">https://github.com/sparat/sparta/labels/bug</A>
</P>
<P>If you fix a bug, or implement a new feature, you can
submit it via the GitHub site, as a pull request.
</P>
<P>Here is the page of currently <A HREF = "https://github.com/sparta/sparta/pulls">open pull
requests</A>. Click on the
checked "Closed" heading to see previous pull requests. Click on "New
pull request" to submit a new one.
</P>
<HR>
<P>Document an issue or suggest a new feature via GitHub:
</P>
<P><A HREF = "https://github.com/sparta/sparta/issues">https://github.com/sparta/sparta/issues</A>
</P>
<P>You can browse the details and discussions on previously posted
issues, or click the "new issue" button at the top right.
</P>
<P>Note that you can add labels to issues. The bug reports are simply
issues flagged with a "bug" label.
</P>
</HTML>