Repository: incubator-airflow Updated Branches: refs/heads/master c69e2ef4a -> 57f79ba4c
[AIRFLOW-XXX] Update PR template Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/57f79ba4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/57f79ba4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/57f79ba4 Branch: refs/heads/master Commit: 57f79ba4c4a4134b16229e424e90d85c9867d522 Parents: c69e2ef Author: Bolke de Bruin <[email protected]> Authored: Fri Apr 6 19:10:05 2018 +0200 Committer: Bolke de Bruin <[email protected]> Committed: Fri Apr 6 19:10:05 2018 +0200 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/57f79ba4/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6103caa..72cbb76 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@ Make sure you have checked _all_ steps below. ### 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" +- [ ] 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 + - In case you are fixing a typo in the documentation you can prepend your commit with \[AIRFLOW-XXX\], code changes always need a JIRA issue. ### Description
