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

fix(ai-help): enhance issue reporting #9262

Merged
merged 1 commit into from
Jul 8, 2023
Merged

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jul 8, 2023

Summary

Problem

There were two problems with issue reporting:

  1. The first question was used as the issue title, not the last.
  2. Multiple questions were separated with "---" (no line breaks).

Solution

  1. Use the last question.
  2. Put the questions in an enumerated list instead.

How did you test this change?

Ran yarn && yarn dev, opened http://localhost:3000/en-US/plus/ai-help locally, answered multiple questions, and clicked on the "Report an issue with this answer" link.

1. The first question was used as the issue title, not the last.
2. Multiple questions were separated with "---" (no line breaks).
@github-actions github-actions bot added the plus work around features related to MDN Plus label Jul 8, 2023
Copy link
Contributor Author

@caugner caugner left a comment

Choose a reason for hiding this comment

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

Self-approval, because the changes are trivial and only affect the issue reporting, not any other aspect of the feature.

@caugner caugner merged commit 2c9e4bb into main Jul 8, 2023
@caugner caugner deleted the enhance-ai-help-issue-report branch July 8, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plus:ai-help plus work around features related to MDN Plus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant