You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/29 10:46:05 UTC

[hop] branch master updated (2a592d4aee -> 17eda30ea5)

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

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 2a592d4aee Merge pull request #1840 from hansva/master
     new 948a54720b [GITHUB] activate issues and add templates
     new 1793672b7c [GITHUB] change ASF headers and PR template
     new 17eda30ea5 Merge pull request #1841 from hansva/master

The 4974 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                          |   4 +-
 .github/ISSUE_TEMPLATE/bug.yml     | 131 +++++++++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/feature.yml |  96 +++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/task.yml    |  96 +++++++++++++++++++++++++++
 .github/pull_request_template.md   |  28 +++-----
 5 files changed, 333 insertions(+), 22 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug.yml
 create mode 100644 .github/ISSUE_TEMPLATE/feature.yml
 create mode 100644 .github/ISSUE_TEMPLATE/task.yml