You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/08/27 20:33:48 UTC

[airflow] branch main updated (220678d -> 4d48305)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 220678d  Allow google-auth < 3 and google-api-core < 3 (#17671)
     add 4d48305  Convert issue templates into forms (#17855)

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml      | 129 +++++++++++++
 .../ISSUE_TEMPLATE/airflow_doc_issue_report.yml    |  68 +++++++
 .../airflow_providers_bug_report.yml               | 207 +++++++++++++++++++++
 .github/ISSUE_TEMPLATE/bug_report.md               |  66 -------
 .github/ISSUE_TEMPLATE/feature_request.md          |  42 -----
 .github/ISSUE_TEMPLATE/feature_request.yml         |  58 ++++++
 .github/ISSUE_TEMPLATE/~free_form.yml              |  16 ++
 .pre-commit-config.yaml                            |   6 +-
 .../pre_commit_check_provider_yaml_files.py        |  23 +++
 9 files changed, 506 insertions(+), 109 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/airflow_bug_report.yml
 create mode 100644 .github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
 create mode 100644 .github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml
 create mode 100644 .github/ISSUE_TEMPLATE/~free_form.yml