Repository: incubator-airflow Updated Branches: refs/heads/master 6c93460b9 -> 7b0493a42
[AIRFLOW-2133] Remove references to GitHub issues in CONTRIBUTING Since GitHub issues are now disabled for the project, this guide shouldn't reference them⦠Closes #3060 from reidab/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/7b0493a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/7b0493a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/7b0493a4 Branch: refs/heads/master Commit: 7b0493a42f2b368664b7d34f303fe71c962c0312 Parents: 6c93460 Author: Reid Beels <[email protected]> Authored: Wed Feb 21 13:00:54 2018 -0800 Committer: Siddharth Anand <[email protected]> Committed: Wed Feb 21 13:01:04 2018 -0800 ---------------------------------------------------------------------- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/7b0493a4/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ac8c43..44ce502 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,6 @@ Report bugs through [Apache Jira](https://issues.apache.org/jira/browse/AIRFLOW) Please report relevant information and preferably code that exhibits the problem. - ### Fix Bugs Look through the Jira issues for bugs. Anything is open to whoever wants @@ -37,8 +36,7 @@ to implement it. ### Implement Features -Look through the GitHub issues for features. Anything tagged with -"feature" is open to whoever wants to implement it. +Look through the [Apache Jira](https://issues.apache.org/jira/browse/AIRFLOW) for features. Any unassigned "Improvement" issue is open to whoever wants to implement it. We've created the operators, hooks, macros and executors we needed, but we made sure that this part of Airflow is extensible. New operators, @@ -53,7 +51,7 @@ articles. ### Submit Feedback -The best way to send feedback is to file an issue on Github. +The best way to send feedback is to open an issue on [Apache Jira](https://issues.apache.org/jira/browse/AIRFLOW) If you are proposing a feature:
