Skip to content

Commit ceb5af5

Browse files
authored
feat: Add lists to docs (open-sauced#193)
1 parent 7ef16d5 commit ceb5af5

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

docs/community/lists.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
id: lists
3+
title: 'Organize and Monitor Your Contributors'
4+
sidebar_label: 'Lists'
5+
keywords:
6+
- lists
7+
---
8+
The Lists feature enables you to categorize, monitor, and analyze different groups of contributors within your open-source projects. With the Lists feature, gain granular insights into each contributor's activity and contributions.
9+
10+
Monitor individual commit histories, track who is actively engaged, identify churned or new contributors, and even compare the performance of contributors against each other. This encompasses a wide range of metrics such as code commits, created and reviewed Pull Requests (PRs), as well as issue creation and commenting.
11+
12+
![lists-page](../../static/img/lists-page.svg)
13+
14+
## How to Create a List
15+
After logging in, navigate to your [Lists page](https://app.opensauced.pizza/hub/lists/).
16+
17+
There are two ways to add a list:
18+
1. Explore Contributors: Use our explore tool to find contributors and create your list.
19+
2. Import your GitHub following:
20+
Connect to your GitHub to create a list with all the Contributors you follow
21+
22+
Once your list is created, you'll be able to see an overview of all the contributors in your list, a graph of their activity, and a detailed breakdown of the contributors.

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
"community/faqs",
2525
"community/dev-card",
2626
"community/hacktoberfest",
27+
"community/lists",
2728
"community/connections",
2829
"community/hot-opensauced",
2930
],

static/img/lists-page.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)