-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1456 from airbnb/jlowin-patch-2
[AIRFLOW-34] Update PR template with instructions about JIRA
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Dear Airflow Maintainers, | ||
|
||
Please accept the following PR that | ||
* Addresses the following issues (links to issues addressed by this PR) : | ||
Please accept this PR that addresses the following issues: | ||
- *(replace with a link to AIRFLOW-X)* | ||
|
||
Reminder to contributors: | ||
* You must add an Apache License header to all new files | ||
* Please squash your commits when possible and follow the [7 rules of good Git commits](http://chris.beams.io/posts/git-commit/#seven-rules) | ||
Reminders for contributors: | ||
* Your PR's title must reference an issue on [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! | ||
* You must add an [Apache License header](http://www.apache.org/legal/src-headers.html) to all new files. | ||
* Please squash your commits when possible and follow the [7 rules of good Git commits](http://chris.beams.io/posts/git-commit/#seven-rules). |