From a66f3b3430b4d3f03ff93fcef94609b88809d4e1 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 18 Apr 2020 12:15:19 -0400 Subject: [PATCH] chore: use bug report template for all issues (#4927) --- .github/{ISSUE_TEMPLATE/bug_report.md => ISSUE_TEMPLATE.md} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE/bug_report.md => ISSUE_TEMPLATE.md} (61%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE.md similarity index 61% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE.md index 444dd06dbf4..f67dbd1dbf9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,10 @@ about: Report a bug in TSLint ### Bug Report -_Note: TSLint is now deprecated in favor of ESLint. Bug reports which deal with security vulnerabilities, TypeScript compatibility, or ESLint migration workflows may be considered; other requests are likely to be declined. See [the roadmap](https://github.com/palantir/tslint/issues/4534) for more details._ +:warning: __TSLint is deprecated.__ +Please use [ESLint](https://eslint.org) with [typescript-eslint](https://typescript-eslint.io) instead. + +_Bug reports which deal with security vulnerabilities, TypeScript compatibility, or ESLint migration workflows may be considered; other requests are likely to be declined. See [the roadmap](https://github.com/palantir/tslint/issues/4534) for more details._ - __TSLint version__: - __TypeScript version__: