Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Nov 16, 2023
2 parents bf32b5f + acfdde1 commit 5ff11c7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

> All notable changes to this project will be documented in this file
## [1.51.0](https://github.com/open-sauced/docs/compare/v1.50.0...v1.51.0) (2023-11-15)


### Documentation

* Add Team Sync instructions to FAQs ([#207](https://github.com/open-sauced/docs/issues/207)) ([eb940a1](https://github.com/open-sauced/docs/commit/eb940a12631ed1061678d6db47cd116a837a83b8))

## [1.50.0](https://github.com/open-sauced/docs/compare/v1.49.0...v1.50.0) (2023-11-06)


Expand Down
13 changes: 12 additions & 1 deletion docs/community/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@ We believe that [good first issues don't exist](https://opensauced.pizza/blog/go
Create an [insight 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.**
We love feedback. Post your suggestion in our [feedback repository](https://github.com/orgs/open-sauced/discussions).
We love feedback. Post your suggestion in our [feedback repository](https://github.com/orgs/open-sauced/discussions).

## [Sync your GitHub Team](#sync-your-github-team)
1. **I don't see my Organization on Sync your GitHub Team?**
You may not see your Organization if you are not a "public" member. You can update this by going to the organization on GitHub and selecting the People tab. Next, search for your name. You can then change "private" to "public." For full instructions, see [this guide](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership).

2. **I get an error when I try to select my team in Sync your GitHub Team**
If you see your Organization, but you get an error when you try to select a team, your organization likely has third-party applications restricted. You can check this by going to your organization on GitHub, selecting Settings, and then Third-party access.

If you're an **owner** of the repository, you can select "Allow select third-party access" or specifically approve OpenSauced by following the directions in [this guide](https://docs.github.com/en/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization).

If you are not an owner of the organization, you will need to request access from your organization's owner. For full instructions, see [this guide](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps).
2 changes: 1 addition & 1 deletion docs/features/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ There are three ways to add a list:

Once your list is created, you'll be able to see an overview of all the contributors in your list, a graph of their activity, and a detailed breakdown of the contributors.

To learn more about how to use Lists, check out our [Maintainers Guide](../maintainers/maintainers-guide.md) and our [Understanding Lists Data page](../maintainers/understanding-lists-data.md).
If you're having trouble syncing your Organization or Team, check out our [Sync Your GitHub Team in our FAQs](https://docs.opensauced.pizza/community/faqs/#sync-your-github-team).
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-sauced/docs.opensauced.pizza",
"version": "1.50.0",
"version": "1.51.0",
"private": true,
"engines": {
"node": "^18",
Expand Down

0 comments on commit 5ff11c7

Please sign in to comment.