Skip to content

Commit ea6d7e9

Browse files
Make issue template more enthusiastic
1 parent 48ac301 commit ea6d7e9

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

issue_template.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1-
<!-- BUGS: Please use this template. -->
2-
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
3-
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
1+
<!-- 🚨 𝑺𝑻𝑶𝑷 🚨 𝑺𝑻𝑶𝑷 🚨 𝑺𝑻𝑶𝑷 🚨 -->
2+
<!--
3+
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
4+
5+
Please help us by doing the following steps before logging an issue:
6+
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
7+
* Read the CONTRIBUTING guidelines: https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md
8+
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
9+
-->
10+
11+
<!-- If you have a QUESTION:
12+
THIS IS NOT A FORUM FOR QUESTIONS.
13+
Ask questions at http://stackoverflow.com/questions/tagged/typescript
14+
-->
15+
16+
<!-- If you have a SUGGESTION:
17+
Most suggestion reports are duplicates, please search extra hard before logging a new suggestions.
18+
See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md
19+
-->
20+
21+
<!-- If you have a BUG:
22+
Please fill in the *entire* template below.
23+
-->
424

525
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
626
**TypeScript Version:** 2.7.0-dev.201xxxxx
727

28+
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
29+
**Search Terms:**
30+
831
**Code**
932

1033
```ts
@@ -16,4 +39,6 @@
1639

1740
**Actual behavior:**
1841

19-
**Related:**
42+
**Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
43+
44+
**Related Issues:**

0 commit comments

Comments
 (0)