From 05cbe5ac8ec6163eea3b606df1b8eb8c238559f3 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 28 Oct 2019 11:15:31 -0700 Subject: [PATCH] Update issue reports agian (#34768) * Update issue templates * Add config.yml * Updates * Updates --- .github/ISSUE_TEMPLATE/Bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/Feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/Question.md | 17 ----------------- .github/ISSUE_TEMPLATE/config.yml | 2 +- 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Question.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index fe61f3d35e7..7b9b2c4a630 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Create a report to help us improve +name: Bug +about: Create a report to help us improve TypeScript title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 0ef996b5579..e5f21faeafe 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,6 @@ --- -name: Feature request -about: Suggest an idea for this project +name: Feature Request +about: Suggest an idea title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md deleted file mode 100644 index 5b71053ade8..00000000000 --- a/.github/ISSUE_TEMPLATE/Question.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Question -about: The issue tracker is not for questions. Please use Stack Overflow or other - resources for help writing TypeScript code. -title: '' -labels: Question -assignees: '' - ---- - -THE ISSUE TRACKER IS NOT FOR QUESTIONS. - -IF YOU ARE HAVING PROBLEMS WITH YOUR TYPESCRIPT CODE, DO NOT ASK A QUESTION HERE. - -Tens of thousands of TypeScript questions have been asked and answered on StackOverflow; see https://stackoverflow.com/questions/tagged/typescript . You can ask questions there or on other websites. - -The only exception is if you have a question about *the TypeScript compiler API itself*. Please post a complete example of what you're trying to do and precisely describe what your question is. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a28b38e80df..e4c59996bd0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - - name: Stack Overflow + - name: Question url: https://stackoverflow.com/questions/tagged/typescript about: Please ask and answer questions here. - name: TypeScript FAQ