Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds glossary #212

Merged
merged 11 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/community/glossary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
id: glossary
title: 'OpenSauced Glossary'
sidebar_label: 'OpenSauced Glossary'
keywords:
- glossary
adiati98 marked this conversation as resolved.
Show resolved Hide resolved

Welcome to the glossary, where we define concepts used on our platform to help you get the most out of OpenSauced.

## PR Velocity
The PR Velocity measures the percentage and amount of days that pull requests that are merged. It is a great way to track the progress of your open source contributions.
adiati98 marked this conversation as resolved.
Show resolved Hide resolved

## Activity
Activity tracks PRs over the last 30 days. High indicates more than 80 PRs. Medium is between 5 and 80 PRs. Low is below 5 PRs.
adiati98 marked this conversation as resolved.
Show resolved Hide resolved
adiati98 marked this conversation as resolved.
Show resolved Hide resolved

## PR Overview
PR Overview tells the story of the Pull Requests submitted in the last 30 days:
- Green line: Open PRs.
- Red line: Closed PRs.
- Purple line: Merged PRs.
- Grey line: Draft PRs.
adiati98 marked this conversation as resolved.
Show resolved Hide resolved

## Alumni Contributors
A contributor who has not been active on a project in the last 30 days.

## Active Contributors
A contributor who has been active in the last 30 days.

## New Contributors
A contributor who has recently made their first contribution to a project.

## Churned Contributors
They actively and regularly make changes to the codebase. Contributor who is actively involved in the development process.
adiati98 marked this conversation as resolved.
Show resolved Hide resolved

## Insights
This feature is designed to provide a comprehensive view of your project's health and your individual contributions.It's about providing data to help you make decisions that can define your approach to open source and tell the story of your project or contribution journey.
adiati98 marked this conversation as resolved.
Show resolved Hide resolved

## Lists
Lists feature enables you to categorize, monitor, and analyze different groups of contributors within open source projects. With the Lists feature, gain granular insights into each contributor's activity and contributions.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
"community/welcome-to-the-community",
"community/100-days-of-oss",
"community/faqs",
"Community/glossary",
adiati98 marked this conversation as resolved.
Show resolved Hide resolved
],
},
{
Expand Down
Loading