Skip to content

Commit 8f5b12e

Browse files
committed
fix: maintain pull requests and PRs consistency
1 parent e2298be commit 8f5b12e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/opensauced-guides/oscr-score-guide/oscr-introduction.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
id: oscr-guide
33
title: "Guide to Improving Your OSCR"
44
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"
1313
---
1414

1515
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
2222

2323
1. [Repository Engagement](#repository-engagement)
2424
2. [Issues & Discussions](#issues--discussions)
25-
3. [Pull Requests](#pull-requests)
25+
3. [Pull Requests (PRs)](#pull-requests-prs)
2626
4. [Consistency & Quality](#consistency--quality)
2727
5. [Being a Good Open Source Citizen](#being-a-good-open-source-citizen)
2828

@@ -60,19 +60,19 @@ Leaving helpful comments on issues and Pull Requests (PRs) through clarifying is
6060

6161
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.
6262

63-
### Pull Requests
63+
### Pull Requests (PRs)
6464

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:
6666

67-
#### Opening and merging pull requests
67+
#### Opening and merging PRs
6868

6969
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:
7070

7171
- Tying your PRs to existing issues or creating issues for them first.
7272
- Following the project's contribution guidelines.
7373
- Making small commits and keeping your PRs small.
7474

75-
#### Creating quality pull requests regularly
75+
#### Creating quality PRs regularly
7676

7777
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.
7878

0 commit comments

Comments
 (0)