1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply.md
2024-02-08 15:58:21 +00:00

1.6 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Creating a saved reply If you frequently add the same comment over and over, you can create a saved reply.
/articles/creating-a-saved-reply
/github/writing-on-github/creating-a-saved-reply
/github/writing-on-github/working-with-saved-replies/creating-a-saved-reply
fpt ghes ghec
* * *

{% data reusables.user-settings.access_settings %} {% data reusables.user-settings.saved_replies %}

  1. Under "Add a saved reply", add a title for your saved reply.
  2. In the "Write" field, add the content you'd like to use for the saved reply. For information on using Markdown, see "AUTOTITLE." Screenshot of a {% data variables.product.prodname_dotcom %} saved reply titled "Squirrel ship" showing Markdown in the "Write" box. The text reads, "This looks great. :shipit: it!"
  3. To review your reply, click Preview. Screenshot of a GitHub saved reply titled "Squirrel ship" showing rendered Markdown in the "Preview" box. The text reads, "This looks great. :shipit: it!"
  4. Click Add saved reply.

Further reading