Skip to content

Commit

Permalink
docs: typescript issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin authored Nov 24, 2019
1 parent 4e240b7 commit 25266ef
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Missing or incorrect type definition
about: Please use for issues related to typescript types
title: ''
labels: 'typescript'
assignees: ''

---

<!--
Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
This template is for issues about missing or incorrect type definition and other typescript-related issues.
For other issues please see https://github.com/epoberezkin/ajv/blob/master/CONTRIBUTING.md
-->

**What version of Ajv are you using? Does the issue happen if you use the latest version?**


**Your typescript code**

<!--
Please make it as small as posssible to reproduce the issue
-->

```typescript


```


**Typescript compiler error messages**

```
```

**Describe the change that should be made to address the issue?**


**Are you going to resolve the issue?**

0 comments on commit 25266ef

Please sign in to comment.