diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3e497bd62e3ec..5681a89e7be89 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,9 @@ Reminders for contributors (REQUIRED!): [Airflow's JIRA](https://issues.apache.org/jira/browse/AIRFLOW/). For example, a PR called "[AIRFLOW-1] My Amazing PR" would close JIRA issue #1. Please open a new issue if required! + +* For all PRs with UI changes, you must provide screenshots. If the UI changes are not obvious, either annotate the images or provide before/after screenshots. + * Please squash your commits when possible and follow the [How to write a good git commit message](http://chris.beams.io/posts/git-commit/). Summarized as follows: 1. Separate subject from body with a blank line @@ -22,4 +25,5 @@ Summarized as follows: 3. Do not end the subject line with a period 4. Use the imperative mood in the subject line (add, not adding) 5. Wrap the body at 72 characters - 6. Use the body to explain what and why vs. how \ No newline at end of file + 6. Use the body to explain what and why vs. how +