mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Update issue reports agian (#34768)
* Update issue templates * Add config.yml * Updates * Updates
This commit is contained in:
4
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -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: ''
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
name: Feature Request
|
||||
about: Suggest an idea
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
17
.github/ISSUE_TEMPLATE/Question.md
vendored
17
.github/ISSUE_TEMPLATE/Question.md
vendored
@@ -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.
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user