From 6d793819ee52a3d3bb69360aca8c7b02c3d32a98 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Thu, 29 Aug 2019 13:52:42 -0400 Subject: [PATCH] chore: update issue template for rule suggestions --- .github/ISSUE_TEMPLATE/rule-suggestion.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/rule-suggestion.md b/.github/ISSUE_TEMPLATE/rule-suggestion.md index 4c93b808ae3..94aed8a1edd 100644 --- a/.github/ISSUE_TEMPLATE/rule-suggestion.md +++ b/.github/ISSUE_TEMPLATE/rule-suggestion.md @@ -6,6 +6,8 @@ about: Suggest a new rule for TSLint ### Rule Suggestion +_Note: TSLint has stopped accepting new core rules because it is being deprecated in favor of ESLint. Your request is likely to be rejected with the suggestion to maintain a custom rule outside this repository. See [the roadmap](https://github.com/palantir/tslint/issues/4534) for more details._ + **Is your rule for a general problem or is it specific to your development style?** **What does your suggested rule do?**