Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
14 changes: 6 additions & 8 deletions src/pages/contribute-to-opensource.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>
How to Contribute to Open Source: A Complete Guide for Beginners
</title>
<title>How to Contribute to Open Source: A Beginner Guide</title>
<meta
name="title"
content="How to Contribute to Open Source: A Complete Guide for Beginners"
content="How to Contribute to Open Source: A Beginner Guide"
/>
<meta
name="description"
Expand All @@ -31,7 +29,7 @@
/>
<meta
property="og:title"
content="How to Contribute to Open Source: A Complete Guide for Beginners"
content="How to Contribute to Open Source: A Beginner Guide"
/>
<meta
property="og:description"
Expand All @@ -50,7 +48,7 @@
/>
<meta
property="twitter:title"
content="How to Contribute to Open Source: A Complete Guide for Beginners"
content="How to Contribute to Open Source: A Beginner Guide"
/>
<meta
name="twitter:description"
Expand Down Expand Up @@ -83,7 +81,7 @@
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Contribute to Open Source: A Complete Guide for Beginners",
"headline": "How to Contribute to Open Source: A Beginner Guide",
"description": "Learn how to start contributing to open source projects with this comprehensive guide. Perfect for beginners, including step-by-step instructions, best practices, and expert tips.Learn how to contribute to open source with this beginner-friendly guide. Discover the benefits, steps, and best practices for making your first contribution.",
"image": "https://firstcontributions.github.io/assets/preview-image.jpg",
"author": {
Expand All @@ -108,7 +106,7 @@
<article>
<section>
<h1>
How to Contribute to Open Source: A Comprehensive Guide for Beginners
How to Contribute to Open Source: A Beginner Guide
</h1>
<p>
TL;DR if you prefer making your first pull request on GitHub right away, go to <a href="https://github.com/firstcontributions/first-contributions">first contributions</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import App from '../components/App.astro';
---

<Layout
title="First Contributions - Make Your First Open Source Contribution in 5 Minutes"
title="First Contributions - Make Your First Open Source Contribution"
description="Learn how to make your first open source contribution in just 5 minutes. Step-by-step guide for beginners with beginner-friendly projects and resources."
keywords="open source, github, contribute to open source, beginner programmer, first contribution, git, pull request, coding, software development, programming, learn to code"
url="https://firstcontributions.github.io/"
Expand Down