From c2cae08802265e9c7aa72911a485ab34204c70ec Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:27:58 -0700 Subject: [PATCH] Attempt to make Search Terms more obvious in issue templates (#55306) --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9a452d37e2e..128036f06fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,6 +12,11 @@ body: What search terms did you use when trying to find an existing bug report? List them here so people in the future can find this one more easily. + placeholder: | + List of keywords you searched for before creating this issue. + Write them down here so that others can find this bug more easily and help provide feedback. + + e.g. "function inference any", "jsx attribute spread", "move to file duplicate imports", "discriminated union inference", "ts2822" validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8cd8bef30aa..07424b99d7a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,6 +17,8 @@ body: placeholder: | List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide feedback. + + e.g. "isArray readonly", "regex string types", "json const assertion import" validations: required: true - type: checkboxes