Skip to content

Commit 528c05a

Browse files
committed
chore: add basic idea template
1 parent 0e70687 commit 528c05a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: File a bug report.
33
title: '[Bug]: '
44
labels: ['bug']
55
assignees:
6-
- octocat
6+
- antongolub
77
body:
88
- type: markdown
99
attributes:

.github/ISSUE_TEMPLATE/idea.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature Request
2+
description: Idea, feature request or proposal.
3+
title: '[Idea]: '
4+
labels: ['idea']
5+
assignees:
6+
- antonmedv
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for sharing you vision!
13+
14+
- type: textarea
15+
id: idea
16+
attributes:
17+
label: What's your idea?
18+
placeholder: Tell us what you'd like to add or improve.
19+
value: 'A new shiny feature!'
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: why
25+
attributes:
26+
label: Why is that needed? How it may be useful?
27+
placeholder: What problem does it solve?.
28+
value: 'It will make smth easier because...'
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: demo
34+
attributes:
35+
label: Maybe you have a demo or example?
36+
value: 'API sketch, code snippet'
37+
render: ts
38+
validations:
39+
required: false

0 commit comments

Comments
 (0)