Skip to content

Commit

Permalink
feat: add screenshot of completed pr template to the how to contribut…
Browse files Browse the repository at this point in the history
…e to o… (#245)

* add screenshot of completed pr template to the how to contribute to open source md file

* added missing header and text for the completed pr template

* Update docs/intro-to-oss/how-to-contribute-to-open-source.md

Co-authored-by: Ayu Adiati <[email protected]>

---------

Co-authored-by: Ayu Adiati <[email protected]>
  • Loading branch information
pedaars and adiati98 authored Oct 16, 2024
1 parent 8916859 commit 097293b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Binary file added docs/_assets/images/completed-pr-template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion docs/intro-to-oss/how-to-contribute-to-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@ id: how-to-contribute-to-open-source
title: "How to Contribute to Open Source"
sidebar_label: "How to Contribute to Open Source"
keywords:
["how to contribute to open source", "contribute to open source projects", "finding open source projects to contribute to", "finding open source projects to contribute to with OpenSauced", "onboarding to open source projects", "open source contribution for beginners", "get started contributing to open source", "open source contribution workflow", "contributing to open source tutorial", "merge conflicts", "resolving merge conflicts", "open source for beginners", "open source tutorial for beginners", "best practices for contributing to open source projects", "GitHub", "Git", "Open Source", "Open Source Community"]
[
"how to contribute to open source",
"contribute to open source projects",
"finding open source projects to contribute to",
"finding open source projects to contribute to with OpenSauced",
"onboarding to open source projects",
"open source contribution for beginners",
"get started contributing to open source",
"open source contribution workflow",
"contributing to open source tutorial",
"merge conflicts",
"resolving merge conflicts",
"open source for beginners",
"open source tutorial for beginners",
"best practices for contributing to open source projects",
"GitHub",
"Git",
"Open Source",
"Open Source Community",
]
---

In this chapter, we'll guide you through the process of how to contribute to open source.
Expand Down Expand Up @@ -426,6 +445,12 @@ You'll need to have these tools donwloaded and installed on your local machine:

:::

### Completed PR Template

Here's what a completed Pull Request Template for the guestbook looks like. Make sure yours looks like this, updated with your unique information.

![Completed Pull Request Template](../_assets/images/completed-pr-template.png)

Congratulations on your first contribution! 🎉

:::tip
Expand Down

0 comments on commit 097293b

Please sign in to comment.