Skip to content

Commit e65bcc6

Browse files
authored
Update issue templates
1 parent 509b4e1 commit e65bcc6

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE/docs-issue.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Docs Issue
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: docs
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the issue with the docs is.
12+
13+
**Component?**
14+
Are there missing docs for a component? Which component?
15+
16+
**Is there a general issue with the docs site?**
17+
18+
**Is there an issue with the Expo snack app?**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Typescript issue
3+
about: Let us know there's an issue with a component typings
4+
title: ''
5+
labels: typescript
6+
assignees: ''
7+
8+
---
9+
10+
**Component**
11+
Which component has a missing or invalid typings?
12+
13+
**What's the issue?**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Typing issue
3+
about: Let us know there's an issue with a component typings
4+
title: ''
5+
labels: typescript
6+
assignees: ''
7+
8+
---
9+
10+
**Component**
11+
Which component has a missing or invalid typings?
12+
13+
**What's the issue?**

0 commit comments

Comments
 (0)