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: Adds info on adding teammates to the insights page #230

Merged
merged 14 commits into from
Jan 4, 2024
17 changes: 17 additions & 0 deletions docs/features/insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,20 @@ The Insights feature is your one-stop solution for understanding the pulse of yo
- Find new contributors to support your project.

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.


Lymah123 marked this conversation as resolved.
Show resolved Hide resolved
## Sharing Your Insights Page with Your Teammates
Lymah123 marked this conversation as resolved.
Show resolved Hide resolved

After you've created your Insights Page, share it with your team.

Sharing this page with teammates 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.
Lymah123 marked this conversation as resolved.
Show resolved Hide resolved

## Direction
Lymah123 marked this conversation as resolved.
Show resolved Hide resolved

- Go to your open-sauced insight page
- Click on Create New Insight at the top-right corner of the page.
- Fill the form
- Click on Create
Lymah123 marked this conversation as resolved.
Show resolved Hide resolved
- Click on share. The link will be copied, and then shared with your team members

To learn more about inviting your team, check out [this tutorial video](https://www.youtube.com/watch?v=L5ztLP1O7BY).
8 changes: 8 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,15 @@ module.exports = {
type: "category",
label: "Technical Guide",
collapsed: true,

insight-page-update
items: [
"contributing/technical/setup-repo-with-git",
"contributing/technical/resolve-merge-conflicts",
],

Lymah123 marked this conversation as resolved.
Show resolved Hide resolved
adiati98 marked this conversation as resolved.
Show resolved Hide resolved
items: ["contributing/technical/setup-repo-with-git", "contributing/technical/resolve-merge-conflicts"],

},
],
},
Expand Down
Loading