Attempt to make Search Terms more obvious in issue templates (#55306)

This commit is contained in:
Jake Bailey 2023-08-08 10:27:58 -07:00 committed by GitHub
parent 358842e45e
commit c2cae08802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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