This repository was archived by the owner on Feb 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathactivity.html
More file actions
62 lines (57 loc) · 2.78 KB
/
activity.html
File metadata and controls
62 lines (57 loc) · 2.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
id: activity
layout: default
color: yellow
title: Activity
intro: Activity of sebgroup on GitHub
---
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script>
<div class="activity-section">
<div class="activity-text-section">
<h2>Popularity</h2>
<p>To verify that our projects break the mould and are appreciated by the open source community, we measure the amount of stars and forks on our repositories.</p>
<p>The graph shows the <b>total number of stars and forks</b> across the sebgroup organization on Github.</p>
</div>
<div class="activity-canvas-wrapper">
<div class="responsive-chart">
<canvas id="stars-and-forks" class="activity-canvas"></canvas>
</div>
</div>
</div>
<div class="activity-section">
<div class="activity-text-section">
<h2>Issue tracking</h2>
<p>Issues are a big part of interacting with the open source community. We measure the total amount of open issues as an indication of activity as well as closed issues this month to see that we are constantly improving our code.</p>
<p>The graph shows the <b>total number of currently open issues</b> and the <b>number of closed issues in the specified month</b>, across the sebgroup organization on GitHub.</p>
</div>
<div class="activity-canvas-wrapper">
<div class="responsive-chart">
<canvas id="open-issues" class="activity-canvas"></canvas>
</div>
</div>
</div>
<div class="activity-section">
<div class="activity-text-section">
<h2>Contributors</h2>
<p>Open source projects would be nothing without contributors. We have both staff and private individuals among our contributors. We measure our contributor base to make sure that we have an inclusive environment that encourages people to contribute.</p>
<p>The graph shows the <b>total number of unique contributors</b>, across the sebgroup organization on Github.</p>
</div>
<div class="activity-canvas-wrapper">
<div class="responsive-chart">
<canvas id="contributors" class="activity-canvas"></canvas>
</div>
</div>
</div>
<div class="activity-section">
<div class="activity-text-section">
<h2>Vitality</h2>
<p>Most importantly, we need to make sure that there's activity in our projects and that it's not just a collection of skeletons.</p>
<p>The graph shows the <b>total number of repositories that have had new code or issues added during the last month</b>, across the sebgroup organization on GitHub.</p>
</div>
<div class="activity-canvas-wrapper">
<div class="responsive-chart">
<canvas id="active-repos" class="activity-canvas"></canvas>
</div>
</div>
</div>
<script async defer src="assets/js/activity.js"></script>