From a7020b20376c537cba9072a25db6c4ae70220c13 Mon Sep 17 00:00:00 2001 From: Heath C <51679588+heath-freenome@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:57:58 -0700 Subject: [PATCH] Update issue templates for new packages (#3161) - Also added `nickgros` as a default assignee - Changed default for version to `5.x` --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++++- .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++++++ .github/ISSUE_TEMPLATE/question_issue.yml | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 04ca42df66..cbdf2cbdd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,6 +6,7 @@ assignees: - epicfaace - jacqueswho - heath-freenome + - nickgros body: - type: checkboxes attributes: @@ -30,7 +31,12 @@ body: - chakra-ui - fluent-ui - material-ui + - mui - semantic-ui + - utils + - validator-ajv6 + - validator-ajv8 + - other validations: required: true - type: input @@ -38,7 +44,7 @@ body: attributes: label: Version description: You can usually get this information in your `package.json` or in the file URL if you're using the unpkg one. - value: 4.1.1 + value: 5.x validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 175321ea05..76273807d9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,6 +6,7 @@ assignees: - epicfaace - jacqueswho - heath-freenome + - nickgros body: - type: checkboxes attributes: @@ -24,7 +25,12 @@ body: - chakra-ui - fluent-ui - material-ui + - mui - semantic-ui + - utils + - validator-ajv6 + - validator-ajv8 + - other validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/question_issue.yml b/.github/ISSUE_TEMPLATE/question_issue.yml index 9edb1672a1..18ad6d9d19 100644 --- a/.github/ISSUE_TEMPLATE/question_issue.yml +++ b/.github/ISSUE_TEMPLATE/question_issue.yml @@ -6,6 +6,7 @@ assignees: - epicfaace - jacqueswho - heath-freenome + - nickgros body: - type: checkboxes attributes: @@ -24,7 +25,12 @@ body: - chakra-ui - fluent-ui - material-ui + - mui - semantic-ui + - utils + - validator-ajv6 + - validator-ajv8 + - other validations: required: true - type: textarea