This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch fix-bulk-get-maintenance-mode
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 8ad780de0 Fix bulk_get error handling
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 5484892c2 Fix bulk_get error handling
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8ad780de0)
\
N -- N -- N refs/heads/fix-bulk-get-maintenance-mode (5484892c2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 | 17 +++++--
8 files changed, 189 insertions(+), 152 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