We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b4977 commit d2fa110Copy full SHA for d2fa110
1 file changed
dev/breeze/src/airflow_breeze/utils/github.py
@@ -704,9 +704,9 @@ def assess_pr_ui_demo(
704
severity="warning",
705
details=(
706
"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. "
+ "directly to the PR description (not in comments) so reviewers can "
+ "verify the visual changes. You can paste images directly into the "
+ "GitHub PR description or drag-and-drop a screen recording. "
710
f"See [pull request guidelines]({_CONTRIBUTING_DOCS_URL}/05_pull_requests.rst)."
711
),
712
)
0 commit comments