-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
124 lines (111 loc) · 5.76 KB
/
index.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<html>
<head>
<title>Propr</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<!--[if lte IE 8]><script src="js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="img/propr_logo_circle.svg" alt="" /></span>
<h1>Pro<b style="font-weight: 900;">pr</b></h1>
<p>Assess pull request reviewability.</p>
<a href="https://github.com/apps/propr" class="button icon fa-github">Get Started</a>
</header>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Something for everyone</h2>
</header>
<p>If you are an integrator who has longed for a way to anonymously provide feedback to the contributors, specifically on how they could make their pull requests easier to review, this is the right platform for you. <br> <br>
If you are a developer contributing to a project that uses propr and you want to know how your pull requests fare, you should check out the reports dashboard.</p>
<ul class="actions">
<li><a href="report.html" class="button">Reports Dashboard</a></li>
</ul>
</div>
<img style="max-width: 40%; padding-left: 2em" src="img/reports_logo.png" alt="" />
</div>
</section>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>Your workflow, your rules</h2>
</header>
<ul class="features">
<li>
<span class="icon major style5 fa-list-alt"></span>
<h3>We aren't intrusive</h3>
<p>We don’t touch your code and only post a feedback link when pull requests are closed. Your workflow is unaffected.</p>
</li>
<li>
<span class="icon major style5 fa-lock"></span>
<h3>We value your privacy</h3>
<p>We don’t store any personal information such as your email address or name and all feedback is collected anonymously.</p>
</li>
<li>
<span class="icon major style5 fa-user-secret"></span>
<h3>Private repo? No issues</h3>
<p>Only collaborators whom you have rated would be able to see their pull requests. You choose how much data you share. </p>
</li>
</ul>
</section>
<!-- Second Section -->
<section id="second" class="main special">
<header class="major">
<h2>How does it work?</h2>
<p>Can this be used as a platform to anonymously provide feedback on how the contributors could improve their pull requests? Yes, but there is so much more to it!</p>
</header>
<p class="content">When one of the project maintainers close a pull request in a project that uses propr, our bot comments on the pull request with a feedback link. The short feedback survey has two open ended questions and three rating bars, all of which are optional. Filling the form is pretty much the last thing project managers and integrators have to do. <br>
The reports dashboard collates feedback from integrators and project managers over multiple pull requests and a range of projects. Contributors to projects that use propr can readily see how their pull requests are doing, and how they can improve them. This is our way of ensuring that every feedback reaches the contributors!
</p>
<footer class="major">
<ul class="actions">
<li><a href="setup.html" class="button">Learn More</a></li>
</ul>
</footer>
</section>
<!-- Get Started -->
<section id="cta" class="main special">
<header class="major">
<h2>You get to choose how to set it up</h2>
<p>If you don't like the one-size-fits-all GitHub App installation, you can setup a webhook to connect our servers. That way, you get to monitor every bit of data that gets sent.<br>
<span style="font-size: 0.7em">(Psst, we restrict ourselves to the pull request auth scope)</span></p>
</header>
<footer class="major">
<ul class="actions">
<li><a href="https://github.com/apps/propr" class="button special icon fa-github">Get Started</a></li>
<li><a href="setup.html" class="button">Webhook Setup</a></li>
</ul>
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>About us</h2>
<p>We are a group of researchers from the Software Engineering Research Group (SERG) at the Delft University of Technology. We set out to find out what factors contribute to the “reviewability” of pull requests submitted to open source projects and in the process ended up creating <b>propr</b>.</p>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/util.js"></script>
<!--[if lte IE 8]><script src="js/ie/respond.min.js"></script><![endif]-->
<script src="js/main.js"></script>
</body>
</html>