Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions fern/docs/features/providing-feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Provide feedback on suggestions through request changes, inline comments, overal

Use the **Request Changes** button at the top of any suggestion to request updates. Provide multiple pieces of feedback at once, and Promptless will address them all together.

<Frame>
<Frame caption="Request changes from the top of any suggestion">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Request from Prithvi to add captions to images on the Providing Feedback page, per the style guide requirement to "always use Frame components with descriptive captions."
View source

<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/request-changes-button-0c851bb3.png" alt="Request Changes button with text field and example suggestions" />
</Frame>

Expand All @@ -24,13 +24,13 @@ Click **Submit Request** to process all your feedback.

Add comments to specific files or sections within a suggestion for targeted feedback. Click **Edit** or **Add Comment** on any file to provide context-specific input.

<Frame>
<Frame caption="Edit or add comments to specific files">
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/inline-comment-add-button-9b669423.png" alt="Inline comment buttons showing Edit and Add Comment options" />
</Frame>

When you add an inline comment, you'll see a feedback panel with two options:

<Frame>
<Frame caption="Choose whether to apply changes immediately or save for future suggestions">
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/feedback-panel-modal-48d7ca29.png" alt="Feedback panel with checkboxes for immediate changes and future learning" />
</Frame>

Expand All @@ -47,7 +47,7 @@ When you add an inline comment, you'll see a feedback panel with two options:

Leave general feedback about a suggestion without targeting a specific file. This is useful for high-level guidance or when your feedback applies to the entire suggestion.

<Frame>
<Frame caption="Leave high-level feedback that applies to the entire suggestion">
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/overall-comments-section-c02f7cfe.png" alt="Overall comments section with text field and feedback options" />
</Frame>

Expand All @@ -57,7 +57,7 @@ Like inline comments, you can choose whether to request immediate changes or rem

When closing a suggestion, provide feedback about why you're rejecting it. This helps Promptless improve future suggestions.

<Frame>
<Frame caption="Provide feedback when closing a suggestion">
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/close-suggestion-feedback-2881d67c.png" alt="Close suggestion dialog with reason checkboxes and optional feedback field" />
</Frame>

Expand All @@ -77,7 +77,7 @@ Leave comments directly in the GitHub PR interface to provide feedback. Tag @Pro

Promptless reads all previous comments in the thread to understand context, so you can give brief instructions like "same change here" or "apply this to the other sections too."

<Frame>
<Frame caption="Tag @Promptless in GitHub PR comments to request changes">
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/github-pr-comment-feedback-b0dd5abf.png" alt="GitHub PR comment showing feedback with @Promptless mention" />
</Frame>

Expand Down