Skip to content

Commit

Permalink
Add a section for the Important alert type to the style guide (#35875)
Browse files Browse the repository at this point in the history
Co-authored-by: mc <[email protected]>
  • Loading branch information
Michael21107 and mchammer01 authored Jan 10, 2025
1 parent baa4700 commit 5c9d8bc
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Alerts should be concise. If the information consists of more than a couple of s

### Alert types

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

#### Note

Expand All @@ -68,6 +68,13 @@ For example, [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-githu
> [!TIP]
> 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.
#### Important

Highlights key information users need to know to achieve their goal.

> [!IMPORTANT]
> 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).
#### Warning

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

0 comments on commit 5c9d8bc

Please sign in to comment.