-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
1 changed file
with
8 additions
and
5 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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: If you don't have a reproduction link, please choose a different category. | ||
- type: textarea | ||
attributes: | ||
label: Bug Description | ||
description: Describe the bug you encountered | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
- type: input | ||
attributes: | ||
label: Check List | ||
options: | ||
- label: I've added a link to a [TypeScript Playground](https://www.typescriptlang.org/play), a [StackBlitz Project](https://stackblitz.com/) or something else with a minimal reproduction. | ||
required: true | ||
label: Reproduction Link | ||
description: A link to a [TypeScript Playground](https://www.typescriptlang.org/play), a [StackBlitz Project](https://stackblitz.com/) or something else with a minimal reproduction. | ||
validations: | ||
required: true |