You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/08/09 06:57:23 UTC

[pulsar] branch master updated (f02679d8340 -> e1c0ad395c1)

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

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


    from f02679d8340 [fix][flaky-test] ElasticSearchClientTests.testBulkBlocking (#16920)
     add e1c0ad395c1 [improve][repo] Tidy issue templates (#16902)

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE.md                          | 14 ----
 .github/ISSUE_TEMPLATE/bug-report.yml              | 75 ++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/bug_report.md               | 30 ---------
 .../ISSUE_TEMPLATE/config.yml                      | 12 ++--
 .github/ISSUE_TEMPLATE/doc-request.yml             | 67 +++++++++++++++++++
 .github/ISSUE_TEMPLATE/doc_request.yml             | 40 ------------
 .github/ISSUE_TEMPLATE/enhancement.yml             | 61 ++++++++++++++++++
 .github/ISSUE_TEMPLATE/enhancement_request.md      | 20 ------
 .github/ISSUE_TEMPLATE/feature_request.md          | 20 ------
 .github/ISSUE_TEMPLATE/flaky-test.yml              | 69 ++++++++++++++++++++
 .github/ISSUE_TEMPLATE/flaky_test.md               | 34 ----------
 .github/ISSUE_TEMPLATE/pip.md                      | 64 ------------------
 .github/ISSUE_TEMPLATE/pip.yml                     | 73 +++++++++++++++++++++
 13 files changed, 351 insertions(+), 228 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE.md
 create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 copy bouncy-castle/bc/src/main/resources/META-INF/services/bouncy-castle.yaml => .github/ISSUE_TEMPLATE/config.yml (73%)
 create mode 100644 .github/ISSUE_TEMPLATE/doc-request.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/doc_request.yml
 create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md
 delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 create mode 100644 .github/ISSUE_TEMPLATE/flaky-test.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/flaky_test.md
 delete mode 100644 .github/ISSUE_TEMPLATE/pip.md
 create mode 100644 .github/ISSUE_TEMPLATE/pip.yml