Skip to content
Open
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
10 changes: 5 additions & 5 deletions src/pages/contribute-to-opensource.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---

<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand Down Expand Up @@ -62,7 +62,7 @@
/>

<!-- Canonical URL -->
<meta
<link
rel="canonical"
href="https://firstcontributions.github.io/contribute-to-opensource"
/>
Expand All @@ -84,7 +84,7 @@
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Contribute to Open Source: A Complete Guide for Beginners",
"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.",
"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.Discover the benefits, steps, and best practices for making your first contribution.",
"image": "https://firstcontributions.github.io/assets/preview-image.jpg",
"author": {
"@type": "Person",
Expand All @@ -104,14 +104,14 @@
</script>
</head>
<body>
<main class="container">
<main class="container" role= "main">
<article>
<section>
<h1>
How to Contribute to Open Source: A Comprehensive Guide for Beginners
</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>
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>
</p>
<p>
Contributing to open source is one of the most rewarding ways to grow
Expand Down