Skip to content

Commit

Permalink
docs(issue template): add template for reporting missing type completion
Browse files Browse the repository at this point in the history
  • Loading branch information
zikeji committed Dec 2, 2024
1 parent a21298f commit 5fddda0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/missing_type.md
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.

0 comments on commit 5fddda0

Please sign in to comment.