Skip to content

Commit da8c993

Browse files
committed
update issue templates
1 parent d8e80c6 commit da8c993

File tree

5 files changed

+31
-23
lines changed

5 files changed

+31
-23
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report
33
description: Report a bug
4-
title: 'Issue title'
4+
title: Issue title
55
labels: bug
66
body:
77
- type: dropdown

.github/ISSUE_TEMPLATE/documentation_issue.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Documentation Issue
3+
description: Report an issue with the documentation or with the examples
4+
title: Issue title
5+
labels: documentation
6+
body:
7+
- type: input
8+
id: url
9+
attributes:
10+
label: URL
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
validations:
17+
required: true
18+

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature Request
3+
description: Suggest a feature
4+
title: Issue title
5+
labels: enhancement
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)