-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(issue template): add template for reporting missing type completion
- Loading branch information
Showing
1 changed file
with
17 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,17 @@ | ||
--- | ||
name: Missing type definition | ||
about: Create a report to help us improve the type completion from the Hypixel API | ||
title: '' | ||
labels: missing-type | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Property missing type** | ||
Describe where the type is, this can be pointing to a file and line number under `src/types/Augmented` or included the API endpoint, and a snippet of the type missing from the augmented types. | ||
|
||
**Describe the type** | ||
Describe the possible contents of this type (preferably in the format of a Typescript interface), include an example, or point to elsewhere the type is documented (for example, if it exists under a different property). | ||
|
||
**Additional context** | ||
Add any other context here. |