From 2672eaec3bf81c145b3b2df5270efb3b14511b5d Mon Sep 17 00:00:00 2001 From: Christine Date: Thu, 29 Feb 2024 00:28:58 +0000 Subject: [PATCH 1/3] feat: add another example Signed-off-by: Christine --- .../contributing/style-guide-and-content-model/style-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/contributing/style-guide-and-content-model/style-guide.md b/content/contributing/style-guide-and-content-model/style-guide.md index 05ce21a10cd3..fde790077045 100644 --- a/content/contributing/style-guide-and-content-model/style-guide.md +++ b/content/contributing/style-guide-and-content-model/style-guide.md @@ -1490,6 +1490,7 @@ Only use **permission** or **role** when the distinction between the two is impo - **Use:** Managing a team's access to your organization's repository - **Use:** If your team membership gives you a different level of access than your role as organization owner… - **Use:** People with write access can… +- **Avoid:** People with the write access can... - **Avoid:** People with the write role can… - **Avoid:** People with write permissions can… - **Avoid:** People with write privileges can… From 8b03d1992a4bf90caf730ad2e98c6af541692fea Mon Sep 17 00:00:00 2001 From: Christine Date: Fri, 1 Mar 2024 03:01:22 +0000 Subject: [PATCH 2/3] fix: edited the terms "write", "admin", and team maintainer --- .../contributing/style-guide-and-content-model/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/contributing/style-guide-and-content-model/style-guide.md b/content/contributing/style-guide-and-content-model/style-guide.md index fde790077045..f7d14c98843e 100644 --- a/content/contributing/style-guide-and-content-model/style-guide.md +++ b/content/contributing/style-guide-and-content-model/style-guide.md @@ -1479,8 +1479,8 @@ A **permission** is the ability to perform a specific action. For example, the a A **role** is a set of permissions that can be assigned to a user. Roles exist at different levels. - Accounts (e.g., organization owner, billing manager for an enterprise account) -- Resources (e.g., "Write" for a repository, "Admin" for a security advisory) -- Teams (e.g., "team maintainer") +- Resources (e.g., "write" for a repository, "admin" for a security advisory) +- Teams (e.g., team maintainer) A person's **access** refers generally to all the abilities the person has in a particular context, regardless of which roles or individual permissions those abilities come from. From 510616eddb3ede2b137c2675e9c1bccda048ae4b Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:27:27 -0800 Subject: [PATCH 3/3] Update content/contributing/style-guide-and-content-model/style-guide.md --- .../contributing/style-guide-and-content-model/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/style-guide-and-content-model/style-guide.md b/content/contributing/style-guide-and-content-model/style-guide.md index f7d14c98843e..8935369421a9 100644 --- a/content/contributing/style-guide-and-content-model/style-guide.md +++ b/content/contributing/style-guide-and-content-model/style-guide.md @@ -1479,7 +1479,7 @@ A **permission** is the ability to perform a specific action. For example, the a A **role** is a set of permissions that can be assigned to a user. Roles exist at different levels. - Accounts (e.g., organization owner, billing manager for an enterprise account) -- Resources (e.g., "write" for a repository, "admin" for a security advisory) +- Resources (e.g., write for a repository, admin for a security advisory) - Teams (e.g., team maintainer) A person's **access** refers generally to all the abilities the person has in a particular context, regardless of which roles or individual permissions those abilities come from.