-
Notifications
You must be signed in to change notification settings - Fork 16
/
cy3_bug_bounty.html
92 lines (77 loc) · 3.5 KB
/
cy3_bug_bounty.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bug Bounty for Cytoscape 3</title>
<meta name="description" content="Bug Bounty for Cytoscape 3">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
</head>
<body>
<nav></nav>
<div class="belt white">
<div class="container">
<h1>Cytoscape Bug Bounty Program</h1>
<p class="lead">
The Cytoscape team is committed to producing Cytoscape code with as few bugs as possible – when we have bugs, we want to get them understood, prioritized and (hopefully) fixed as soon as possible.
<a href="http://www.cytoscape.org/cy3.html">The v3.0 release</a> gives us an opportunity to show our appreciation to our early adopters by offering a bounty for Cytoscape bugs.</p>
<h2>How the Program Works</h2>
<h3>The bounty depends on how we classify the bug:</h3>
<p>
<table>
<thead>
<tr>
<th>Classification</th>
<th>Bounty</th>
</tr>
</thead>
<tbody>
<tr>
<td>Program crash and/or data loss</td>
<td>10 points</td>
</tr>
<tr>
<td>User interface not working as intended</td>
<td>5 points</td>
</tr>
<tr>
<td>Cosmetic user interface error</td>
<td>1 points</td>
</tr>
</tbody>
</table>
</p>
<h3>The bug must be</h3>
<p>
<ul>
<li>Original and previously unreported – see
<a href="http://code.cytoscape.org/redmine/projects/cytoscape3/issues">existing bug list</a></li>
<li>Reported by Feb 28, 2013</li>
<li>Reported using Cytoscape’s Report a Bug feature (off the Help menu)</li>
<li>Clearly and concisely reported to allow reproducing the bug</li>
<li>In the Cytoscape core, not an app</li>
</ul>
</p>
<h3>Bounty points</h3>
<p>
<ul>
<li>Top bug hunters will be assessed by cumulative points and qualitative style bonuses</li>
<li>Prizes will include (but not be limited to):</li>
<ul>
<li><strong>Amazon gift cards - for top 10 bug hunters, starting at a $50 value</strong></li>
<li>Cytoscape swag</li>
<li>Fame and glory among your peers</li>
</ul>
</ul>
</p>
<h3><a href="cy3.html">Back to Cytoscape 3 Release Page</a></h3>
</div>
</div>
<footer></footer>
<script src="js/setup_page.js"></script>
</body>
</html>