Skip to content

Commit 5c9d8bc

Browse files
Add a section for the Important alert type to the style guide (#35875)
Co-authored-by: mc <[email protected]>
1 parent baa4700 commit 5c9d8bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/contributing/style-guide-and-content-model/style-guide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Alerts should be concise. If the information consists of more than a couple of s
4444

4545
### Alert types
4646

47-
We use four types of alerts: Note, Tip, Warning, and Caution.
47+
We use five types of alerts: Note, Tip, Important, Warning, and Caution.
4848

4949
#### Note
5050

@@ -68,6 +68,13 @@ For example, [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-githu
6868
> [!TIP]
6969
> When you @mention an organization, only those that you're a member of will autocomplete. You can still @mention organizations that you're not a member of, like a previous employer, but the organization name won't autocomplete for you.
7070
71+
#### Important
72+
73+
Highlights key information users need to know to achieve their goal.
74+
75+
> [!IMPORTANT]
76+
> Runner Scale Sets do not support multiple labels, only the name of the runner can be used in place of a label. See [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller).
77+
7178
#### Warning
7279

7380
Highlights potential risks that a user should be aware of before starting or continuing with a task.

0 commit comments

Comments
 (0)