mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Attempt to make Search Terms more obvious in issue templates (#55306)
This commit is contained in:
parent
358842e45e
commit
c2cae08802
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user