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
* Adds image and instructions on how to get DevCard page ([#234](https://github.com/open-sauced/docs/issues/234)) ([b358c27](https://github.com/open-sauced/docs/commit/b358c277eaf1de543f066e2143eae048344026f1))
* Adds info on adding teammates to the insights page ([#230](https://github.com/open-sauced/docs/issues/230)) ([d6b4681](https://github.com/open-sauced/docs/commit/d6b46819d72515b17222ad23c080578be308bf39))
Copy file name to clipboardexpand all lines: docs/community/welcome-to-the-community.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ title: "Welcome to the OpenSauced Community"
4
4
sidebar_label: "Welcome to the Community"
5
5
keywords:
6
6
- "welcome to the community"
7
+
- "The community welcomes you"
8
+
- "Get involved in the community"
9
+
- "Join our community"
10
+
- "Greetings from the community"
7
11
---
8
12
9
13
Welcome to the OpenSauced community! At OpenSauced, we strive to bring collaboration and inspiration to every open source contributor and help build a global community of open source developers, empowering you to grow, innovate, and achieve greatness in the open.
Copy file name to clipboardexpand all lines: docs/contributing/introduction-to-contributing.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ title: "Introduction to Contributing"
4
4
sidebar_label: "Introduction to Contributing"
5
5
keywords:
6
6
- "introduction to contributing"
7
+
- "Getting started with contributions"
8
+
- "New contributor guide"
9
+
- "How to contribute effectively"
10
+
- "Contribution essentials"
11
+
- "Open source contribution guide"
12
+
- "Making your first contribution"
13
+
- "Beginner-friendly contributions"
14
+
- "Contributing to open source projects"
15
+
- "Starting your contribution journey"
16
+
- "First-time contributor tips"
7
17
---
8
18
9
19
Contributions are always welcome, no matter how large or small. Before contributing,
@@ -20,7 +30,7 @@ please read the [code of conduct](./code-of-conduct.md) and follow the direction
20
30
21
31
If you wish to work on an open issue, please comment on the issue with `.take`, and it will be assigned to you. If an issue is not assigned, it is assumed to be available for anyone to work on. Please assign yourself to an issue before working on it to avoid conflicts.
22
32
23
-
If you contribute to the project for the first time, you can search for issues with `good first issue` or `bug` labels in the repository.
33
+
If you contribute to the project for the first time, you can search for issues with `good first issue` or `bug` labels in the repository. Please only self-assign a `good first issue` one time.
24
34
25
35
In case you get stuck, feel free to ask for help in the [Discord](https://discord.gg/U2peSNf23P) server or [GitHub Discussions](https://github.com/orgs/open-sauced/discussions).
26
36
@@ -57,6 +67,9 @@ See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for m
57
67
- The title must begin with "feat:", "fix:", or anything related to your changes. <br /> **Tips**: You can follow your chosen option when [committing](#commits) your changes.
58
68
59
69
- Unsolicited code is welcomed, but an issue is required to announce your intentions. <br /> **_PRs without a linked issue will be marked invalid and closed_**.
70
+
71
+
> [!IMPORTANT]
72
+
> Please do not DM Maintainers or contact them outside of GitHub if you want a PR Review. If you haven't received a review within a week, please tag them in the PR comments to ask for an estimated time of review.
60
73
61
74
> _**Note for maintainers**: All PRs need a label to assist automation. See [this guide](./triage-guide.md#adding-issue-and-pr-labels) to determine which labels to use._
Copy file name to clipboardexpand all lines: docs/contributing/technical/resolve-merge-conflicts.md
+13
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ title: "Resolve Merge Conflicts"
4
4
sidebar_label: "Resolve Merge Conflicts"
5
5
keywords:
6
6
- "resolve merge conflicts"
7
+
- "merge-conflict"
8
+
- "solve merge conflicts"
9
+
- "Git merge conflict"
10
+
- "Merge conflict resolution"
11
+
- "Merge conflict prevention"
12
+
- "Merge conflict handling"
13
+
- "Merge conflict management"
14
+
- "Merge conflict avoidance"
15
+
- "Merge conflict workflow"
16
+
- "Merge conflict strategies"
17
+
- "Merge conflict best practices"
18
+
- "Merge conflict tools"
19
+
7
20
---
8
21
9
22
When you are working on any of the OpenSauced repositories, you might run into a merge conflict. A merge conflict occurs when multiple conflicting changes are made to the same line in a file. Merge conflicts happen the most when you open a pull request, as the release process generally updates `npm-shrinkwrap.json`.
Copy file name to clipboardexpand all lines: docs/features/dev-card.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ title: "Showcase Your Open Source Stats with Your Dev Card"
4
4
sidebar_label: "Dev Card"
5
5
keywords:
6
6
- "dev card"
7
+
- "DevCard"
8
+
- "OpenSource"
9
+
- "Open Source DevCard"
10
+
- "Showcase DevCard"
11
+
- "Showcase Your Open Source Stats"
12
+
- "Open Source Stats DevCard"
13
+
7
14
---
8
15
9
16
The Dev Card feature is what we like to call your "open source business card."
@@ -16,4 +23,10 @@ You'll see the back side of your card when you click it. It shows more informati
16
23
17
24
Whether you are just beginning your open source journey or a maintainer looking for more contributors and sponsors, you can share your Dev Card as a snapshot of your contributions, skills, and engagement in the open source community.
18
25
19
-
Eager to get your Dev Card? Create it today and share it with your network!
26
+
Eager to get your Dev Card? Here's how you can get yours today:
27
+
28
+
1. Log in to your OpenSauced account.
29
+
2. Navigate to your [profile](https://app.opensauced.pizza/user/{username}).
30
+
3. Click the Dev Card icon on your profile image.
31
+
32
+

Copy file name to clipboardexpand all lines: docs/features/highlights.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ id: highlights
3
3
title: "Highlight Your Open Source Contributions"
4
4
sidebar_label: "Highlights"
5
5
keywords:
6
-
- "highlights"
6
+
- "Highlights"
7
+
- "Open Source Highlights"
8
+
- "Contribution Highlights"
9
+
- "Highlight your open source contributiions"
10
+
- "Open Source Contribution Highlights"
7
11
---
8
12
9
13
The Highlights feature is the place you can display your favorite open source contributions, share the story, and inspire others to join you in your open source journey. For maintainers, it's a great way to showcase your project and the issues that need support and attract new contributors.
Copy file name to clipboardexpand all lines: docs/features/insights.md
+40-1
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@ title: "Insights into Open Source Projects"
4
4
sidebar_label: "Insights"
5
5
keywords:
6
6
- "insights"
7
+
- "open source"
8
+
- "projects"
9
+
- "Open Source Insights"
10
+
- "Project Insights"
11
+
- "Insights into Open Source Projects"
12
+
- "Open Source Project Insights"
7
13
---
8
14
9
-
The Insights feature is your one-stop solution for understanding the pulse of your opensource projects and contributions. This feature is designed to provide a comprehensive view of your project's health and your individual contributions. From contribution trends to community health, OpenSauced Insights helps you make data-driven decisions that align with your goals. It's not just about numbers; it's about providing data to help you make decisions that can define your approach to open source and tell the story of your project or contribution journey.
15
+
The Insights feature is your one-stop solution for understanding the pulse of your open-source projects and contributions. This feature is designed to provide a comprehensive view of your project's health and your individual contributions. From contribution trends to community health, OpenSauced Insights helps you make data-driven decisions that align with your goals. It's not just about numbers; it's about providing data to help you make decisions that can define your approach to open source and tell the story of your project or contribution journey.
@@ -25,3 +31,36 @@ The Insights feature is your one-stop solution for understanding the pulse of yo
25
31
- Find new contributors to support your project.
26
32
27
33
To learn more about how to use Insights, check out our [Maintainers Guide](../maintainers/maintainers-guide.md) and our [Understanding Insights Data](../maintainers/understanding-insights.md) pages.
34
+
35
+
## Sharing Your Insights Page with Your Team
36
+
37
+
After you've created your Insights Page, share it with your team.
38
+
39
+
Sharing this page with your team ensures that everyone is well-informed about the project's status and can collaborate more effectively. It fosters a collaborative environment where team members can align their efforts, make informed decisions, and collectively work toward the organization's success.
40
+
41
+
### How to Share Insights Page
42
+
43
+
There are two methods to share your Insights Page:
44
+
45
+
#### Method 1: Using the Share Button
46
+
47
+
This method gives view-only access to your Insights Page.
48
+
49
+
1. Click the "Insights" tab at the top bar.
50
+
2. Click the page that you want to share.
51
+
3. On the top right, click the "Share" button to copy the Insights Page URL to the clipboard.
52
+
4. Share the URL with your team members.
53
+
54
+
#### Method 2: Adding a Team Member
55
+
56
+
This method allows you to invite your team members to your Insights Page and offers you options to permit them to be an admin of the page, edit or view the page, or remove them from it.
57
+
58
+
1. Click the "Insights" tab at the top bar.
59
+
2. Click the page that you want to share.
60
+
3. Click the "Edit Page" button on the top right.
61
+
4. Scroll down to the "Add Team Members" section.
62
+
5. Enter the email address of the team member you want to invite.
63
+
6. Click the "Send invite" button. <br/> Once you click the button, your team member's email will be listed at the bottom.
64
+
7. To select and give permission to your team member, click the arrow button on the right side of their email.
65
+
66
+
To learn more about inviting your team, check out [this tutorial video](https://www.youtube.com/watch?v=L5ztLP1O7BY).
Copy file name to clipboardexpand all lines: docs/features/lists.md
+5
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ title: "Organize and Monitor Your Contributors"
4
4
sidebar_label: "Lists"
5
5
keywords:
6
6
- "lists"
7
+
- "contributors"
8
+
- "organize"
9
+
- "Monitor Contributors"
10
+
- "Organize Contributors"
11
+
- "Contributor Lists Management"
7
12
---
8
13
9
14
The Lists feature enables you to categorize, monitor, and analyze different groups of contributors within open source projects. With the Lists feature, gain granular insights into each contributor's activity and contributions.
- "how to get a job with open source contributions"
8
+
- "benefits of open source contributions for career development"
9
+
- "open source projects to boost your resume"
10
+
- "how to showcase your open source work to employers"
11
+
- "open source skills that employers look for"
12
+
- "how to find open source opportunities in your field"
13
+
- "best practices for open source contributors"
14
+
- "open source success stories and tips"
7
15
---
8
16
9
17
It is important to keep track of your open source contributions and show the impact you have left on the projects and organizations. By organizing your work, you will be able to talk about these meaningful contributions on your resume and in job interviews.
title: "Learn How to Land a Tech Job Using OpenSauced"
4
4
sidebar_label: "Introduction"
5
5
keywords:
6
-
- job-seekers-guide-introduction
6
+
- "job-seekers-guide-introduction"
7
+
- "open source tech job guide"
8
+
- "open sauced tech job tips"
9
+
- "open source career development"
10
+
- "open source projects for tech resume"
11
+
- "open source skills for tech employers"
12
+
- "land your dream tech job"
13
+
open sauced:
7
14
---
8
15
9
16
When you are looking for a tech job, it is important to stand out amongst the sea of candidates. One great way to stand out and showcase your skills is through Open Source contributions.
Once your repositories are connected, it's time to understand the data provided in your Insight Page. Understanding this data is key to effectively managing your projects and contributors.
0 commit comments