Skip to content

Commit d2fa110

Browse files
committed
Clarify that demo should be in PR description, not comments
1 parent d6b4977 commit d2fa110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dev/breeze/src/airflow_breeze/utils/github.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,9 @@ def assess_pr_ui_demo(
704704
severity="warning",
705705
details=(
706706
"For UI changes, please add screenshots or a short screen recording "
707-
"to the PR description so reviewers can verify the visual changes. "
708-
"You can paste images directly into the GitHub PR description or "
709-
"drag-and-drop a screen recording. "
707+
"directly to the PR description (not in comments) so reviewers can "
708+
"verify the visual changes. You can paste images directly into the "
709+
"GitHub PR description or drag-and-drop a screen recording. "
710710
f"See [pull request guidelines]({_CONTRIBUTING_DOCS_URL}/05_pull_requests.rst)."
711711
),
712712
)

0 commit comments

Comments
 (0)