From 09b55688781c47170402447b41450a5f0745dc59 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 20 Apr 2024 20:58:50 +0100 Subject: [PATCH] doc issue template updated --- .github/ISSUE_TEMPLATE/03-documentation.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-documentation.yaml b/.github/ISSUE_TEMPLATE/03-documentation.yaml index bb1972f..cbdcedb 100644 --- a/.github/ISSUE_TEMPLATE/03-documentation.yaml +++ b/.github/ISSUE_TEMPLATE/03-documentation.yaml @@ -4,19 +4,6 @@ title: '[DOC]: ' labels: - documentation body: - - type: checkboxes - id: preliminary-checks - attributes: - label: Before You File a Documentation Request Please Confirm You Have Done The Following... - options: - - label: I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal. - required: true - - label: I have [read the FAQ](https://typescript-eslint.io/linting/troubleshooting) and my problem is not listed. - required: true - - type: markdown - attributes: - value: | - If your request is for help, not documentation, please ask on [StackOverflow](https://stackoverflow.com/questions/tagged/typescript-eslint) - type: textarea attributes: label: Suggested Changes