-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathissues.html
103 lines (80 loc) · 5.08 KB
/
issues.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
(c) 2005, 2009, 2010 ThoughtWorks Ltd. All rights reserved.
(c) 2015 ProxyToys Committers. All rights reserved.
The software in this package is published under the terms of the BSD
style license a copy of which has been included with this distribution in
the LICENSE.txt file.
Created on 07-May-2005
-->
<head>
<title>ProxyToys - Reporting Issues</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="banner">
<a href="index.html"><img id="logo" src="logo.gif" alt="ProxyToys Logo"/></a>
<div id="title">Reporting Issues</div>
</div>
<div id="center" class="Content2Column">
<div id="content">
<p>For ProxyToys, we track and manage issues on GitHub's <a href="https://github.com/proxytoys/proxytoys/issues">issue tracker</a>.</p>
<h2 id="account">GitHub Account</h2>
<p>Before you can report, comment or vote for an issue you need an account in GitHub. This is necessary
to reduce spam in the system and as benefit you can be notified if work is completed for the issues you report.</p>
<h2 id="policy">Policy</h2>
<p>Please, before opening a new issue look through the open or resolved ones, you may already find your problem. Also do not
use the system to ask questions, for that purpose we have a <a href="mailing-lists.html">user list</a>. We read the list continuously.
If you are unsure whether the problem is caused by a bug or your usage of ProxyToys, use the user's list first. If we can confirm a bug,
you may still open an issue. Also do not report on the list that you have created a new issue, we are already notified by the system.</p>
<p>If you like to contribute code, we prefer a patch/diff in contrast to the complete modified file - unless the file itself is new. Please
provide also unit tests, ProxyToys has a high test coverage and we like to keep this way. Additionally, if you provide new files, please also add
a header with the copyright. It must be a BSD license, simply take the header of any other file in the distribution as template. Otherwise
we might not be able to add any code you donate.</p>
<h2 id="old-issues">Old Issues</h2>
<p>ProxyToys was originally located at Codehaus and used their JIRA installation. With the shutdown of Codehaus we exported all old JIRA
issues as static website for reference.</p>
<br/><br/>
</div>
</div>
<div class="SidePanel" id="left">
<div class="MenuGroup">
<h1>ProxyToxy in General</h1>
<ul>
<li><a href="index.html">About ProxyToys</a></li>
<li><a href="news.html">News</a></li>
<li><a href="changes.html">Change History</a></li>
<li><a href="license.html">License</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="versioning.html">About Versioning</a></li>
</ul>
</div>
<div class="MenuGroup">
<h1>Using ProxyToys</h1>
<ul>
<li><a href="tutorial.html">One minute Tutorial</a></li>
<li><a href="factories.html">Proxy Factories</a></li>
<li><a href="toys.html">Toys</a></li>
<li><a href="faq.html">Frequently Asked Questions</a></li>
<li><a href="example-code.html">Example Code</a></li>
<li><a href="mailing-lists.html">Mailing Lists</a></li>
<li><a href="apidocs/index.html">Javadoc</a></li>
<li class="currentLink">Reporting Issues</li>
</ul>
</div>
<div class="MenuGroup">
<h1>Developing ProxyToys</h1>
<ul>
<li><a href="architecture.html">Architecture Overview</a></li>
<li><a href="how-to-contribute.html">How to Contribute</a></li>
<li><a href="team.html">Development Team</a></li>
<li><a href="repository.html">Source Repository</a></li>
<li><a href="https://github.com/proxytoys/proxytoys">GitHub Project</a></li>
<li><a href="http://ci.codehaus.org/browse/PROXYTOYS">Build Status</a></li>
<li><a href="https://www.openhub.net/p/10075">Code Statistics</a></li>
</ul>
</div>
</div>
</body>
</html>