You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
["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
+
]
7
26
---
8
27
9
28
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:
426
445
427
446
:::
428
447
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.
0 commit comments