Skip to content

Commit b808f38

Browse files
authored
Update 2-manage-innersource-program.md
1 parent 256acd8 commit b808f38

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

learn-pr/github/manage-innersource-program-github/includes/2-manage-innersource-program.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Next, they *reduce friction*. Let's say that a consumer team is dependent on a b
1616

1717
Finally, they *standardize practices*. A common challenge development organizations face is that different teams often diverge in the ways they operate. Building an InnerSource program is a great opportunity to adopt standard conventions that can be used across every development team, even if they don't follow identical practices. For example, two teams might prefer different processes for accepting contributions. Having them standardize on the way they communicate their different processes makes it much easier for anyone to contribute to either.
1818

19-
**Tip:** Consider using GitHub Discussions and GitHub Projects to further support InnerSource collaboration across teams.
19+
> [!TIP]
20+
> Consider using GitHub Discussions and GitHub Projects to further support InnerSource collaboration across teams.
2021
21-
These examples are just a few of the benefits enjoyed by InnerSource programs. To learn more, see [An introduction to InnerSource](https://resources.github.com/whitepapers/introduction-to-innersource/?azure-portal=true).
22+
These examples are just a few of the benefits enjoyed by InnerSource programs. To learn more, see [An introduction to InnerSource](https://resources.github.com/whitepapers/introduction-to-innersource/).
2223

2324
## Set up an InnerSource program on GitHub
2425

@@ -28,7 +29,10 @@ You can configure GitHub repositories with three levels of visibility. Users who
2829

2930
- **Public** repositories are visible to everyone. Use this visibility for projects that are truly open source and offer access to people inside and outside of your organization.
3031
- **Internal** repositories are only visible to members of the enterprise that owns them.
31-
**Note:** Internal repositories are only available to GitHub Enterprise customers. Use this visibility for InnerSource projects
32+
33+
> [!NOTE]
34+
> Internal repositories are only available to GitHub Enterprise customers. Use this visibility for InnerSource projects.
35+
3236
- **Private** repositories are only visible to the owner and any teams or individuals they add. Use this visibility for projects that only specific users and groups should have access to.
3337

3438
Once you establish repository visibility, you can configure permissions on an individual or team basis. There are five permission levels:
@@ -39,7 +43,7 @@ Once you establish repository visibility, you can configure permissions on an in
3943
- **Maintain** level is recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
4044
- **Admin** level is recommended for people who need full access to the project, including sensitive and destructive actions like managing security or deleting a repository.
4145

42-
Learn more about [repository access permissions by level](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization?azure-portal=true).
46+
Learn more about [repository access permissions by level](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
4347

4448
### Create discoverable repositories
4549

0 commit comments

Comments
 (0)