Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a section for the Important alert type to the style guide #35875

Merged
merged 6 commits into from
Jan 10, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

### 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,14 @@
> [!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


Check failure on line 73 in content/contributing/style-guide-and-content-model/style-guide.md

View workflow job for this annotation

GitHub Actions / lint-content

Multiple consecutive blank lines

Expected: 1; Actual: 2.
mchammer01 marked this conversation as resolved.
Show resolved Hide resolved
Highlights key information users need to know to achieve their goal.

> [!IMPORTANT]
mchammer01 marked this conversation as resolved.
Show resolved Hide resolved
> Key information users need to know to achieve their goal.
mchammer01 marked this conversation as resolved.
Show resolved Hide resolved

#### Warning

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