From af3cd7a3eeb9e398a25039f1e7f742dfc7eb0b82 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Wed, 13 Oct 2021 08:37:35 +0200 Subject: [PATCH] Reduce default assignees (#11219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stefano is bored so now he’s responsible for everything changelog_begin changelog_end --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ab0dadd42f..3b232b7864 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help Daml improve title: "[BUG] " labels: '' -assignees: stefanobaghino-da, cocreature, gerolf-da, adriaanm-da +assignees: stefanobaghino-da --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2d77ebeec7..37e14e9d5c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea to improve Daml title: "[FEATURE REQUEST] " labels: '' -assignees: stefanobaghino-da, cocreature, gerolf-da, adriaanm-da +assignees: stefanobaghino-da ---