You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/opensauced-guides/oscr-score-guide/oscr-introduction.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
id: oscr-guide
3
3
title: "Guide to Improving Your OSCR"
4
4
sidebar_label: How to Improve Your OSCR Score
5
-
keywords:
6
-
- "contributors"
7
-
- "guides"
8
-
- "how to contribute to open source"
9
-
- "OSCR score"
10
-
- "Make an impact in open source"
11
-
- "Open Source Contributor Rating"
12
-
- "Open Source Score"
5
+
keywords:
6
+
- "contributors"
7
+
- "guides"
8
+
- "how to contribute to open source"
9
+
- "OSCR score"
10
+
- "Make an impact in open source"
11
+
- "Open Source Contributor Rating"
12
+
- "Open Source Score"
13
13
---
14
14
15
15
Open Source Contributor Rating ([OSCR](../../welcome/glossary.md#oscr)) is a metric that measures participation in open source projects. It is a holistic metric that considers the quality of contributions across many areas over a 90-day period. It is scored out of 300.
@@ -22,7 +22,7 @@ OSCR score is calculated based on several factors that can be broadly categorize
22
22
23
23
1.[Repository Engagement](#repository-engagement)
24
24
2.[Issues & Discussions](#issues--discussions)
25
-
3.[Pull Requests](#pull-requests)
25
+
3.[Pull Requests (PRs)](#pull-requests-prs)
26
26
4.[Consistency & Quality](#consistency--quality)
27
27
5.[Being a Good Open Source Citizen](#being-a-good-open-source-citizen)
28
28
@@ -60,19 +60,19 @@ Leaving helpful comments on issues and Pull Requests (PRs) through clarifying is
60
60
61
61
Reacting to issues and comments is a fun way to engage with the community around an open source project and can be a way to upvote issues you'd like prioritized.
62
62
63
-
### Pull Requests
63
+
### Pull Requests (PRs)
64
64
65
-
This takes into account the quality of any Pull Requests you make and how they are received. You can improve your score in this area by:
65
+
This takes into account the quality of any PRs you make and how they are received. You can improve your score in this area by:
66
66
67
-
#### Opening and merging pull requests
67
+
#### Opening and merging PRs
68
68
69
69
Opening PRs is great for your score, but merging your PRs significantly boosts your OSCR score. A few ways you can increase the chances of your PRs being merged are:
70
70
71
71
- Tying your PRs to existing issues or creating issues for them first.
72
72
- Following the project's contribution guidelines.
73
73
- Making small commits and keeping your PRs small.
74
74
75
-
#### Creating quality pull requests regularly
75
+
#### Creating quality PRs regularly
76
76
77
77
Opening PRs on the regular is great for your score but getting your PRs closed instead of merged can quickly hurt your score. You can reduce the chances of your PRs being closed by avoiding unsolicited PRs and following the above tips for opening PRs.
0 commit comments