Skip to content

Commit 097293b

Browse files
pedaarsadiati98
andauthored
feat: add screenshot of completed pr template to the how to contribute 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]>
1 parent 8916859 commit 097293b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
106 KB
Loading

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

+26-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,26 @@ id: how-to-contribute-to-open-source
33
title: "How to Contribute to Open Source"
44
sidebar_label: "How to Contribute to Open Source"
55
keywords:
6-
["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"]
6+
[
7+
"how to contribute to open source",
8+
"contribute to open source projects",
9+
"finding open source projects to contribute to",
10+
"finding open source projects to contribute to with OpenSauced",
11+
"onboarding to open source projects",
12+
"open source contribution for beginners",
13+
"get started contributing to open source",
14+
"open source contribution workflow",
15+
"contributing to open source tutorial",
16+
"merge conflicts",
17+
"resolving merge conflicts",
18+
"open source for beginners",
19+
"open source tutorial for beginners",
20+
"best practices for contributing to open source projects",
21+
"GitHub",
22+
"Git",
23+
"Open Source",
24+
"Open Source Community",
25+
]
726
---
827

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

427446
:::
428447

448+
### Completed PR Template
449+
450+
Here's what a completed Pull Request Template for the guestbook looks like. Make sure yours looks like this, updated with your unique information.
451+
452+
![Completed Pull Request Template](../_assets/images/completed-pr-template.png)
453+
429454
Congratulations on your first contribution! 🎉
430455
431456
:::tip

0 commit comments

Comments
 (0)