diff --git a/.changeset/grumpy-dancers-jump.md b/.changeset/grumpy-dancers-jump.md
new file mode 100644
index 000000000..4428f400c
--- /dev/null
+++ b/.changeset/grumpy-dancers-jump.md
@@ -0,0 +1,5 @@
+---
+'@cloudfour/patterns': minor
+---
+
+Add reply forms to comments
diff --git a/src/components/comment-form/comment-form.stories.mdx b/src/components/comment-form/comment-form.stories.mdx
index fe435fd24..eea18cec1 100644
--- a/src/components/comment-form/comment-form.stories.mdx
+++ b/src/components/comment-form/comment-form.stories.mdx
@@ -24,7 +24,7 @@ const tyler = {
# Comment Form
-The form used to add a comment to an article.
+The form used to add a comment to an article. Including the `heading_id` and `help_text_id` properties will provide assistive technologies additional context.
-There is also a reply version of this component (`is_reply: true`), used to reply to an existing comment:
+There is also a reply version of this component (`is_reply: true`), used to reply to an existing comment. (You'll also want to modify `heading_tag`, `heading_id`, `heading_class`, and `heading_text`. When using the [Comment pattern](/docs/components-comment--with-reply-button) this will be done automatically.)