-
-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: 💡 Suggest new type | ||
description: ' ' # Magic whitespace to hide this required field | ||
labels: 'type addition' | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Type description + examples | ||
|
||
- type: textarea | ||
id: type | ||
attributes: | ||
label: Type source | ||
description: If you already have the type source, enter it here as a starting point for a the discussion | ||
|
||
- id: requirements | ||
type: checkboxes | ||
attributes: | ||
label: Search existing types and issues first | ||
options: | ||
- label: I tried my best to look for it | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 🐛 Report bug | ||
description: ' ' # Magic whitespace to hide this required field | ||
labels: bug | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Bug description | ||
|
||
- type: input | ||
id: repro | ||
validations: | ||
required: true | ||
attributes: | ||
label: Repro | ||
description: | | ||
Open [this playground](https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBDAnmApnA3gUQB4GMVgwC+cAZlBCHAORKoC0pKAzjNQNwCwAUD3WgDEIEOAF4MPAJABXAHbBc0WQC44rKMFkBzLt0lQAhpoBGEAO6rTEADYoDs3UV19kaAHIQASkdmmzYuBx8QgAeIQgAGhpDE3NqAD5dOGS4AHpUuAA9AH4eIA), write a piece of code that fails your expectations, click "Share", and paste the URL here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
name: ♻️ Propose change or improvement to existing types | ||
about: ' ' # Magic whitespace to hide this required field | ||
labels: 'enhancement' | ||
--- |