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