You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jl...@apache.org on 2017/03/17 19:56:07 UTC

incubator-airflow git commit: [AIRFLOW-995] Remove reference to actual Airflow issue

Repository: incubator-airflow
Updated Branches:
  refs/heads/master a8027a3f2 -> b6248575c


[AIRFLOW-995] Remove reference to actual Airflow issue

Remove example reference to AIRFLOW-[one] because
it confuses merge tools. In addition, simplify
the checkboxes because Github displays how many
of them have been checked off.

Closes #2163 from jlowin/pr-template-2


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b6248575
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b6248575
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/b6248575

Branch: refs/heads/master
Commit: b6248575cc8a57eed551e96963fb20c6f7a0b31f
Parents: a8027a3
Author: Jeremiah Lowin <jl...@apache.org>
Authored: Fri Mar 17 15:55:56 2017 -0400
Committer: Jeremiah Lowin <jl...@apache.org>
Committed: Fri Mar 17 15:55:56 2017 -0400

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/b6248575/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 83bd1fc..63e3b02 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,34 +2,26 @@ Dear Airflow maintainers,
 
 Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
 
-### Opened PR
-- [x] Opened a PR on Github
 
-
-### [JIRA](https://issues.apache.org/jira/browse/AIRFLOW/)
-- [ ] My PR addresses the following Airflow JIRA issues:
+### JIRA
+- [ ] My PR addresses the following [Airflow JIRA](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "[AIRFLOW-XXX] My Airflow PR"
     - https://issues.apache.org/jira/browse/AIRFLOW-XXX
-- [ ] The PR title references the JIRA issues. For example, "[AIRFLOW-1] My Airflow PR"
 
 
-### Tests
-- [ ] My PR adds unit tests
-- [ ] __OR__ my PR does not need testing for this extremely good reason:
+### Description
+- [ ] Here are some details about my PR, including screenshots of any UI changes:
 
 
-### Description
-- [ ] Here are some details about my PR:
-- [ ] Here are screenshots of any UI changes, if appropriate:
+### Tests
+- [ ] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason:
 
 
 ### Commits
-- [ ] Each commit subject references a JIRA issue. For example, "[AIRFLOW-1] Add new feature"
-- [ ] Multiple commits addressing the same JIRA issue have been squashed
-- [ ] My commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)":
-  1. Subject is separated from body by a blank line
-  2. Subject is limited to 50 characters
-  3. Subject does not end with a period
-  4. Subject uses the imperative mood ("add", not "adding")
-  5. Body wraps at 72 characters
-  6. Body explains "what" and "why", not "how"
+- [ ] My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)":
+    1. Subject is separated from body by a blank line
+    2. Subject is limited to 50 characters
+    3. Subject does not end with a period
+    4. Subject uses the imperative mood ("add", not "adding")
+    5. Body wraps at 72 characters
+    6. Body explains "what" and "why", not "how"