From cf8763b6c3193deefd095c86ce79921f23de307b Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:18:54 -0700 Subject: [PATCH] Fix bug template line breaks, which do not follow normal markdown behavior (#56086) --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index de17a22174c..850e333179b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,14 +26,11 @@ body: description: | When did you start seeing this bug occur? - "Bugs" that have existed in TS for a long time are very likely to be FAQs; please refer to the - [FAQ wiki page](https://github.com/Microsoft/TypeScript/wiki/FAQ#common-bugs-that-arent-bugs). + "Bugs" that have existed in TS for a long time are very likely to be FAQs; please refer to the [FAQ wiki page](https://github.com/Microsoft/TypeScript/wiki/FAQ#common-bugs-that-arent-bugs). - Please try the nightly version of TS to see if it's already been fixed. - Install `typescript@next` or use the [Playground](http://www.typescriptlang.org/play/?ts=Nightly). + Please try the nightly version of TS to see if it's already been fixed. Install `typescript@next` or use the [Playground](http://www.typescriptlang.org/play/?ts=Nightly). - If possible, try bisecting the issue using [every-ts](https://www.npmjs.com/package/every-ts#bisecting), - which should narrow down the problem to a specific change. + If possible, try bisecting the issue using [every-ts](https://www.npmjs.com/package/every-ts#bisecting), which should narrow down the problem to a specific change. The Playground also supports versions of TypeScript back to TypeScript 3.3.