This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch jenkins-parallel-eunit
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from f73e2eb3f chore: lint
add 3ed762b95 Disable windows clouseau tests for now
add 06dfb8203 ci: don’t run tests if we only change .github configuration
add 9837f06ef convert bug and enhancement template to form
add c5a6fb8d9 Merge pull request #5812 from apache/github-forms
add 48bc077e4 Revert "convert bug and enhancement template to form"
add 6c4fdf583 Merge pull request #5814 from apache/revert-github-forms
add 1378f37aa try again
add 09b36ea7b Merge pull request #5815 from apache/github-issue-forms
add 3b8a1b53c fix triage label
add 67d99655f Merge pull request #5817 from apache/ghissuetriage
add 211324b1c Merge branch 'main' into jenkins-parallel-eunit
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/bug_report.md | 36 -------------
.github/ISSUE_TEMPLATE/bug_report.yml | 60 ++++++++++++++++++++++
.github/ISSUE_TEMPLATE/config.yml | 1 +
.github/ISSUE_TEMPLATE/enhancement.md | 27 ----------
.github/ISSUE_TEMPLATE/enhancement.yml | 22 ++++++++
.github/ISSUE_TEMPLATE/rfc.md | 85 -------------------------------
.github/ISSUE_TEMPLATE/rfc.yml | 93 ++++++++++++++++++++++++++++++++++
build-aux/Jenkinsfile | 37 +++++++++-----
8 files changed, 201 insertions(+), 160 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
create mode 100644 .github/ISSUE_TEMPLATE/config.yml
delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.md
create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yml
delete mode 100644 .github/ISSUE_TEMPLATE/rfc.md
create mode 100644 .github/ISSUE_TEMPLATE/rfc.yml