diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/img/secondary-destructive-action.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/img/secondary-destructive-action.png
new file mode 100644
index 0000000000..1630f6d301
Binary files /dev/null and b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/img/secondary-destructive-action.png differ
diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/modal.md b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/modal.md
index 29b6e65974..1cf1c6312c 100644
--- a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/modal.md
+++ b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/modal/modal.md
@@ -40,6 +40,8 @@ Modals serve several functions in a UI and appear in four main types:
* [Confirmation dialogs](#confirmation-dialogs)
+* [Edit dialogs](#edit-dialogs)
+
* [Error dialogs](#error-dialogs)
* [Passive dialogs](#passive-dialogs)
@@ -71,6 +73,15 @@ When a text input field is added to a confirmation dialog, the danger button wil
+### Edit dialogs
+
+Use an edit dialog for managing assets. Edit dialogs contain multiple actions which can include, but are not limited to, saving your changes or deleting the asset. The primary action in the dialog should use a primary button, the secondary should use a secondary button, and the cancel button should remain a link button.
+
+For example, and edit dialogue might contain a "Save" button as the primary action, and a "Delete" button as a secondary action. If the secondary action is destructive, the button should be styled as a [secondary danger button](/components/button/#variant-examples). Additionally, it should be aligned to the right-side of the modal, directly across from the primary action and cancel buttons.
+
+
+
+When using destructive actions, ensure that the user is informed about the consequences of taking this action. Review the general guidelines for [danger button](/components/button/design-guidelines#danger-button) and destructive actions for additional guidance.
### Error dialogs