Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add screenshot of completed pr template to the how to contribute to o… #245

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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.
23 changes: 22 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,8 @@ You'll need to have these tools donwloaded and installed on your local machine:

:::

pedaars marked this conversation as resolved.
Show resolved Hide resolved
![Completed Pull Request Template](../_assets/images/completed-pr-template.png)
pedaars marked this conversation as resolved.
Show resolved Hide resolved

Congratulations on your first contribution! 🎉

:::tip
Expand Down
Loading