Skip to content

Commit

Permalink
feat: add contrib issue comments (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW authored Jun 28, 2024
1 parent 98131b9 commit 4409c65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/contributors/contributors-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ Your profile is a great resource for showcasing your contributions and sharing y

![your profile](../../static/img/profile.png)

On your profile, you will see the "Highlights" tab, which you can learn more about [in this section](#highlights-connecting-and-recognizing-contributions), and three other tabs:
On your profile, you will see the "Highlights" tab, which you can learn more about [in this section](#highlights-connecting-and-recognizing-contributions), and two other tabs:

- **Contributions**: This tab includes a graph showing the number of PRs you have opened, [the velocity of your PRs](../welcome/glossary.md#pr-velocity), and the number of repositories you have contributed to.

Underneath the graph is a "Latest PRs" chart, which shows a list of current and recent PRs. There is also an option to view the users latest issue comments. The contributions tab is helpful if you want to showcase a steady and consistent open source contribution experience.

- **Contributions**: This tab includes a graph showing the number of PRs you have opened, [the velocity of your PRs](../welcome/glossary.md#pr-velocity), and the number of repositories you have contributed to. Underneath the graph is a "Latest PRs" chart, which shows a list of current and recent PRs. This tab is helpful if you want to showcase a steady and consistent open source contribution experience.
- **Connections**: For pro accounts, you can reach out to other contributors and maintainers to collaborate on projects or to learn from them.
- **Recommendations**: This tab includes a list of open source projects that are chosen based on the programming languages you picked in the "Interests" section of your public profile. It is useful if you're looking for new projects to contribute to.

## Explore: Finding Your Next Open Source Project
Expand Down
9 changes: 7 additions & 2 deletions docs/welcome/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords:

We believe that [good first issues don't exist](https://opensauced.pizza/blog/good-first-issues-dont-exist), and the best way to find an issue to work on is to create the issue yourself.

However, sites like [Good First Issues](https://goodfirstissues.com/) and [First Timers Only](https://www.firsttimersonly.com/) can lead you to projects and issues worth working on. You can also use the `good first issue` label in the project search engine you want to contribute to. Check out [this guide](https://www.freecodecamp.org/news/how-to-find-good-first-issues-on-github/) to learn more about finding a `good first issue` on GitHub..
However, sites like [Good First Issues](https://goodfirstissues.com/) and [First Timers Only](https://www.firsttimersonly.com/) can lead you to projects and issues worth working on. You can also use the `good first issue` label in the project search engine you want to contribute to. Check out [this guide](https://www.freecodecamp.org/news/how-to-find-good-first-issues-on-github/) to learn more about finding a `good first issue` on GitHub.

#### Additional Resources:

Expand All @@ -26,7 +26,12 @@ However, sites like [Good First Issues](https://goodfirstissues.com/) and [First

Create a [Repository Insights Page](https://app.opensauced.pizza/hub/insights) or add your merged pull request to a [Highlight](https://app.opensauced.pizza/feed).

### 3. I want to provide feedback on OpenSauced.
### 3. Why does OpenSauced display contributors comments?

On every OpenSauced user profile, in the contributions tab, we display the Pull Requests and Issues that the user has commented on. This is to give a more comprehensive view of the user's contributions to the open-source community. It also provides insight into the contributor's depth of knowledge, collaboration and communication skills, and provides an additional data point for understanding the user's open-source contributions.


### 4. I want to provide feedback on OpenSauced.

We love feedback. Post your suggestion in our [feedback repository](https://github.com/orgs/open-sauced/discussions).

Expand Down

0 comments on commit 4409c65

Please sign in to comment.