From 33896dc2d196775a3fde63099efdfbdf11514393 Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Fri, 30 Sep 2022 11:09:41 -0400 Subject: [PATCH] Update issue templates to be assigned to `@rjsf-team/reviewers` (#3162) * Update issue templates to be assigned to `@rjsf-team/reviewers` See https://github.com/orgs/rjsf-team/teams/reviewers/ this makes it easier to add / remove people and also set up granular notifications for rjsf-specific reviews. * Update bug_report.yml * Update feature_request.yml * Update question_issue.yml * Update bug_report.yml * Update feature_request.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +---- .github/ISSUE_TEMPLATE/feature_request.yml | 5 +---- .github/ISSUE_TEMPLATE/question_issue.yml | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cbdf2cbdd7..b6959de720 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,10 +3,7 @@ description: File a bug/issue title: "" labels: [bug, needs triage] assignees: - - epicfaace - - jacqueswho - - heath-freenome - - nickgros + - rjsf-team/reviewers body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 76273807d9..d4c8ef95de 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,10 +3,7 @@ description: File a Feature title: "<title>" labels: [feature, needs triage] assignees: - - epicfaace - - jacqueswho - - heath-freenome - - nickgros + - rjsf-team/reviewers body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/question_issue.yml b/.github/ISSUE_TEMPLATE/question_issue.yml index 18ad6d9d19..d42ba38db2 100644 --- a/.github/ISSUE_TEMPLATE/question_issue.yml +++ b/.github/ISSUE_TEMPLATE/question_issue.yml @@ -3,10 +3,7 @@ description: Ask a Question title: "<title>" labels: [question, needs triage] assignees: - - epicfaace - - jacqueswho - - heath-freenome - - nickgros + - rjsf-team/reviewers body: - type: checkboxes attributes: